From cfac89323c2d1023e87e114fc80c7a509acf8231 Mon Sep 17 00:00:00 2001 From: Vincent Boulanger Date: Thu, 11 Jul 2024 18:17:30 +0200 Subject: [PATCH] OX6-162: Remove iDL frontend bankgrouptype and parameter --- .../frontend/tpl/azure/fcpo_payment_ideal.tpl | 21 ------------------- .../frontend/tpl/flow/fcpo_payment_ideal.tpl | 21 ------------------- .../frontend/tpl/wave/fcpo_payment_ideal.tpl | 21 ------------------- lib/fcporequest.php | 1 - 4 files changed, 64 deletions(-) diff --git a/application/views/frontend/tpl/azure/fcpo_payment_ideal.tpl b/application/views/frontend/tpl/azure/fcpo_payment_ideal.tpl index c649ad1..2be74a0 100644 --- a/application/views/frontend/tpl/azure/fcpo_payment_ideal.tpl +++ b/application/views/frontend/tpl/azure/fcpo_payment_ideal.tpl @@ -5,27 +5,6 @@
-
- -
- -
-
[{block name="checkout_payment_longdesc"}] [{if $paymentmethod->oxpayments__oxlongdesc->value|trim}]
diff --git a/application/views/frontend/tpl/flow/fcpo_payment_ideal.tpl b/application/views/frontend/tpl/flow/fcpo_payment_ideal.tpl index 1e4eea5..3662f7e 100644 --- a/application/views/frontend/tpl/flow/fcpo_payment_ideal.tpl +++ b/application/views/frontend/tpl/flow/fcpo_payment_ideal.tpl @@ -4,27 +4,6 @@
-
- -
- -
-
[{block name="checkout_payment_longdesc"}] diff --git a/application/views/frontend/tpl/wave/fcpo_payment_ideal.tpl b/application/views/frontend/tpl/wave/fcpo_payment_ideal.tpl index a55b6e6..60f674b 100644 --- a/application/views/frontend/tpl/wave/fcpo_payment_ideal.tpl +++ b/application/views/frontend/tpl/wave/fcpo_payment_ideal.tpl @@ -5,27 +5,6 @@
-
- -
- -
-
[{block name="checkout_payment_longdesc"}] diff --git a/lib/fcporequest.php b/lib/fcporequest.php index 6be3e4c..99a3c55 100755 --- a/lib/fcporequest.php +++ b/lib/fcporequest.php @@ -963,7 +963,6 @@ protected function addParametersOnlineIdeal($aDynvalue) $this->addParameter('clearingtype', 'sb'); //Payment method $this->addParameter('onlinebanktransfertype', 'IDL'); $this->addParameter('bankcountry', 'NL'); - $this->addParameter('bankgrouptype', $aDynvalue['fcpo_so_bankgrouptype_idl']); } /**