Test Case Check
This commit is contained in:
parent
889a574bb8
commit
088d503acf
|
|
@ -424,7 +424,7 @@ class Core
|
|||
*/
|
||||
public function getCurrency()
|
||||
{
|
||||
return self::$currency;
|
||||
return self::$currency ?: $this->getChannelBaseCurrency();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue