diff --git a/paynlpaymentmethods/paynlpaymentmethods.php b/paynlpaymentmethods/paynlpaymentmethods.php index de23e15..b23bc71 100644 --- a/paynlpaymentmethods/paynlpaymentmethods.php +++ b/paynlpaymentmethods/paynlpaymentmethods.php @@ -104,7 +104,7 @@ public function __construct() if ($this->isRegisteredInHook('paymentReturn')) { $this->unregisterHook('paymentReturn'); } - + if ($this->isRegisteredInHook('actionProductCancel')) { $this->unregisterHook('actionProductCancel'); }