We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 62663210 authored by Rik ter Beek's avatar Rik ter Beek Committed by attilak

[PW-1054] Implement multibanco payment method

parent cac82d83
...@@ -104,18 +104,6 @@ class Success extends \Magento\Framework\View\Element\Template ...@@ -104,18 +104,6 @@ class Success extends \Magento\Framework\View\Element\Template
return null; return null;
} }
public function getBankTransferData()
{
$result = [];
if (!empty($this->getOrder()->getPayment()) &&
!empty($this->getOrder()->getPayment()->getAdditionalInformation('bankTransfer.owner'))
) {
$result = $this->getOrder()->getPayment()->getAdditionalInformation();
}
return $result;
}
/** /**
* Get Banktransfer additional data * Get Banktransfer additional data
* *
......
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