Skip to content

Commit

Permalink
Merge pull request #500 from BoulangerV/MAGE-542-iDeal_Front_Entfernung
Browse files Browse the repository at this point in the history
MAGE-542: Remove iDL frontend bankgrouptype and parameter
  • Loading branch information
jvarelmann authored Jul 24, 2024
2 parents 397bab1 + 7ae3f57 commit 2e346c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,6 @@ protected function mapPaymentParameters($requestType)
$payment->setBankcode($bankcode);
}
break;
case Payone_Api_Enum_OnlinebanktransferType::IDEAL:
$payment->setBankgrouptype($info->getPayoneBankGroup());
break;
case Payone_Api_Enum_OnlinebanktransferType::EPS_ONLINE_BANK_TRANSFER:
$payment->setBankgrouptype($info->getPayoneBankGroup());
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ $getOnlineBankTransferType = $this->onlineBankTransferTypeMapping();
value="<?php echo $this->showSofortUeberweisungBankDataFields(); ?>"/>
</li>

<?php echo $this->getBlockHtmlBankGroupIdl(); ?>
</ul>
</fieldset>

Expand Down

0 comments on commit 2e346c9

Please sign in to comment.