Fixed wallet - integrate

This commit is contained in:
weiken.intex
2020-12-06 00:25:17 +08:00
parent 5b7148d879
commit 042b8e7ef1
9 changed files with 25 additions and 57 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class WalletResource extends JsonResource
return [
'id' => $this->id,
'code' => $this->code,
'currency' => $this->currency,
'currency_id' => $this->currency_id,
'amount' => (double) $this->amount,
'company_id' => (int) $this->company_id
];