mobilpay / Magento

MAGENTO implementation - CARD Processing @mobilPay
11 stars 15 forks source link

Unpaid order goes in processing instead of pending payment, paid order gets in complete state instead of processing #23

Closed shuffless closed 3 years ago

shuffless commented 3 years ago

Note: I reverted the code from #21 because the new update is crashing the redirect.

Once the customer is redirected to the payment page (and payment is not yet made) the order is moved into processing state instead of pending payment:

here the payment is still not completed

screenshot--2020 12 13-18_16_37

Once the payment is processed successfully the order goes into complete state instead of processing:

screenshot--2020 12 13-18_20_58

The order log shows 2 "processing" triggers yet they are erroneous since the fist should have been pending payment. The 2'nd is correct yet it does not correspond to the order status:

screenshot--2020 12 13-18_22_44

shuffless commented 3 years ago

One could also observe that the module does not have any configuration related to custom statuses, therefore the issue resides in the code and not in a configuration issue.

shuffless commented 3 years ago

The problem persists in latest code update

navid59 commented 3 years ago

Yes, We working in this issue , and will inform you as soon as possible Thx

shuffless commented 3 years ago

Thank you. Looking fw to a fix.

navid59 commented 3 years ago

Please, pull from git . let us know if there is something else. Thank you