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 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
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
*
......
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