Closed SebastiaanKloos closed 3 years ago
Some users might want to clear the cart after the payment is done instead of before. This PR adds a setting for that. Users that disable this, can manually clear the cart by using the PaymentGateway::EVENT_PROCESS_RETURN_URL event.
PaymentGateway::EVENT_PROCESS_RETURN_URL
Thanks for your contribution
@kharanenka @lautsevich Thank you so much for the quick review!
Some users might want to clear the cart after the payment is done instead of before. This PR adds a setting for that. Users that disable this, can manually clear the cart by using the
PaymentGateway::EVENT_PROCESS_RETURN_URL
event.