diff --git a/packages/Webkul/Core/src/Core.php b/packages/Webkul/Core/src/Core.php index b7e00e864..f1a1935a9 100755 --- a/packages/Webkul/Core/src/Core.php +++ b/packages/Webkul/Core/src/Core.php @@ -424,7 +424,7 @@ class Core */ public function getCurrency() { - return self::$currency; + return self::$currency ?: $this->getChannelBaseCurrency(); } /**