修复订单货币
This commit is contained in:
parent
f98df0ff36
commit
28f8655a92
|
|
@ -49,6 +49,6 @@ class Order extends Base
|
|||
|
||||
public function getTotalFormatAttribute()
|
||||
{
|
||||
return currency_format($this->total);
|
||||
return currency_format($this->total, $this->currency_code, $this->currency_value);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue