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,11 +249,8 @@ class IbanPro extends PaymentModule
public function hookdisplayOrderConfirmation($params) 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) public function getTPL(Order $order)
{ {