• Resolved yb1980

    (@yb1980)


    Hello,

    I’ve used your plugin successfully for a client’s project around a month ago.
    However, with an install on a different site today, the plugin isn’t functioning as it should.

    The payment clears and it goes to the redirect, but the orders get marked as ‘pending’ even though the card has been charged.

    I’ve tried googling it, and it seems that this happens when the gateway doesn’t communicate to Woocommerce that the payment was charged successfully.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue also
    Is there any solution?

    there an error with Puling url callback

    the plugin in return user the “/thank-you page”,

    the developer should edit the return page to include all information of of new “order-received” end point should be there

    iam try to edit in this plugin, if i find the solve i will share here

    • This reply was modified 6 years, 11 months ago by mrakor.

    i solved the problem with this plugin
    you can easy go to edit file “itsmigs.php” in the folder of the plugin that called “itsmigs” in your wp plugin dir

    then just uncomment the line number “50” delete “//” from the line
    //$this->callback = str_replace('https:', 'http:', get_site_url().'/wc-api/ItsMigs');
    to be like this
    $this->callback = str_replace('https:', 'http:', get_site_url().'/wc-api/ItsMigs');

    the plugin should work correctly

    i tested it with MIGS account with NBE Bank in egypt, sending transaction and back correctly to woocommerce

    the pulgin author should edit his plugin and push update to all users

    Thank You all, t

    • This reply was modified 6 years, 11 months ago by mrakor.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Orders marked ‘pending’’ is closed to new replies.