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 2d513ae0 authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

Fetching currency code for payment methods call (#931)

parent afa9797d
......@@ -320,7 +320,7 @@ class PaymentMethods extends AbstractHelper
$country,
\Magento\Quote\Model\Quote $quote
) {
$currencyCode = $this->chargedCurrency->getQuoteAmountCurrency($quote);
$currencyCode = $this->chargedCurrency->getQuoteAmountCurrency($quote)->getCurrencyCode();
$paymentMethodRequest = [
"channel" => "Web",
......
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