aifaiz / ipay88-woocommerce

Malaysian ipay88 woocommerce payment gateway plugin
https://hamizulfaiz.com/post/plugin-ipay88-payment-gateway-untuk-woocommerce
GNU General Public License v3.0
13 stars 8 forks source link

Stuck at processing #3

Closed cavinneoh closed 7 years ago

cavinneoh commented 7 years ago

not progressing after redirected to page with ipay88 template. "Please wait while we redirect you to the payment site." message appears but stays there.

Followed your steps and inserted correct page ID at ipay88 settings.

How do I make it work? Is it because of merchant ID and merchant code? Currently using 000000

aifaiz commented 7 years ago

you can uncomment the #ipaySubmitForm on the jQuery. the latest version already updated.

<script>
        $(document).ready(function(){
            $('#ipaysubmitForm').submit();
        });
        </script>