always show on order confirmation

This commit is contained in:
O K
2025-11-15 15:02:22 +02:00
parent ff410dd79a
commit a4298be49d

View File

@@ -249,10 +249,7 @@ class IbanPro extends PaymentModule
public function hookdisplayOrderConfirmation($params)
{
$order = $params['order'];
if ($order->payment == $this->paymentMethodName) {
return $this->getTPL($params['order']);
}
return $this->getTPL($params['order']);
}
public function getTPL(Order $order)
@@ -343,7 +340,7 @@ class IbanPro extends PaymentModule
public function hookPaymentOptions($params)
{
if (!$this->active) {
return;