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

[PW-2154]: Fixing shopper_locale setup (#660)

parent f0eb2756
...@@ -1834,7 +1834,7 @@ class Data extends AbstractHelper ...@@ -1834,7 +1834,7 @@ class Data extends AbstractHelper
*/ */
public function getCurrentLocaleCode($storeId) public function getCurrentLocaleCode($storeId)
{ {
$localeCode = $this->getAdyenAbstractConfigData('shopper_locale', $storeId); $localeCode = $this->getAdyenHppConfigData('shopper_locale', $storeId);
if ($localeCode != "") { if ($localeCode != "") {
return $localeCode; return $localeCode;
} }
......
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