always show on order confirmation
This commit is contained in:
@@ -249,10 +249,7 @@ class IbanPro extends PaymentModule
|
|||||||
|
|
||||||
public function hookdisplayOrderConfirmation($params)
|
public function hookdisplayOrderConfirmation($params)
|
||||||
{
|
{
|
||||||
$order = $params['order'];
|
return $this->getTPL($params['order']);
|
||||||
if ($order->payment == $this->paymentMethodName) {
|
|
||||||
return $this->getTPL($params['order']);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTPL(Order $order)
|
public function getTPL(Order $order)
|
||||||
@@ -343,7 +340,7 @@ class IbanPro extends PaymentModule
|
|||||||
|
|
||||||
public function hookPaymentOptions($params)
|
public function hookPaymentOptions($params)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
if (!$this->active) {
|
if (!$this->active) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user