diff --git a/catalog/model/payment/mollie_ideal.php b/catalog/model/payment/mollie_ideal.php index 0442da60..a4b958fa 100755 --- a/catalog/model/payment/mollie_ideal.php +++ b/catalog/model/payment/mollie_ideal.php @@ -294,7 +294,7 @@ protected function setPreOutput ($prepend) } // For the regular checkout and Onecheckout, hijack the response object (really ugly). - if ($this->isRoute("checkout/payment_method") || $this->isRoute("onecheckout/payment")) + if ($this->isRoute("checkout/payment_method") || $this->isRoute("onecheckout/payment") || $this->isRoute("quickcheckout/payment_method")) { global $response;