Test Case Check

This commit is contained in:
Devansh 2022-01-13 14:02:09 +05:30
parent 889a574bb8
commit 088d503acf
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class Core
*/
public function getCurrency()
{
return self::$currency;
return self::$currency ?: $this->getChannelBaseCurrency();
}
/**