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']); } /**