-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I downloaded this module:
https://github.com/Dintero/Dintero.Checkout.OpenCart/releases/latest/download/dintero_payment_for_oc_3.ocmod.zip
and installed on OC store using OpenCart 3.0.3.8 Maintenance Version and PHP 8. I test the module by Dintero test modus.
After you filled out the checkout page and enter the Dintero payment module, where you can choose the payment method (card, vipps, wally). you can cancel payment if you press on cancel. The issue is, If you press an cancel there in payment window, an new order with order status "pending" will be created in store, and you get an email for order confirmation that you have placed an order with order status pending. It is logical that no order should be created, if user cancel payment. If the concept is that an order has to be created in OpenCart anyway regardless of whether you cancel or Fail payment, the order status of new created order in OpenCart must be on Failed and not pending. In admin panel the plugin is set up for Customer cancelled the checkout payment Status: Failed
