always show on order confirmation
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user