Skip to content

Commit

Permalink
support quickcheckout plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastiaan Peters committed Feb 16, 2015
1 parent a0e6882 commit bdeaa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/model/payment/mollie_ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bdeaa63

Please sign in to comment.