We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c586f49 commit dec3761Copy full SHA for dec3761
catalog/controller/payment/mollie/base.php
@@ -413,6 +413,11 @@ public function callback ()
413
// If the order status is 'processing' (i.e. 'paid'), redirect to OpenCart's default 'success' page.
414
if ($order["order_status_id"] == $this->config->get("mollie_ideal_processing_status_id"))
415
{
416
+ if ($this->cart)
417
+ {
418
+ $this->cart->clear();
419
+ }
420
+
421
// Redirect to 'success' page.
422
$this->redirect($this->url->link("checkout/success", "", "SSL"));
423
return;
0 commit comments