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