mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 08:53:59 +00:00
Fixed wallet - integrate
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user