We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit cac82d83 authored by attilak's avatar attilak

Rename Adyen HPP to Alternative payment methods

Remove functions and settings related to
- payment_selection_on_adyen
- payment_routine
- skin_code
- hmac_test
- hmac_live
- ignore_second_address_field
- delivery_days
at Adyen HPP

Update fall back notes at pay by mail settings
parent 49f44f57
...@@ -155,7 +155,6 @@ class Redirect extends \Magento\Payment\Block\Form ...@@ -155,7 +155,6 @@ class Redirect extends \Magento\Payment\Block\Form
$url = ""; $url = "";
try { try {
if ($this->_order->getPayment()) { if ($this->_order->getPayment()) {
$paymentRoutine = $this->_adyenHelper->getAdyenHppConfigData('payment_routine');
switch ($this->_adyenHelper->isDemoMode()) { switch ($this->_adyenHelper->isDemoMode()) {
case true: case true:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment