mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
fix wallets transaction lists
This commit is contained in:
@@ -38,6 +38,7 @@ class WalletTransactionResource extends JsonResource
|
||||
|
||||
return [
|
||||
'type' => (int) $this->type,
|
||||
'owner' => new CompanyResource($this->owner->owner),
|
||||
'bill_no' => $this->bill_no,
|
||||
'reference' => $this->payment_reference,
|
||||
'payment_method' => (float) $this->payment_method,
|
||||
|
||||
Reference in New Issue
Block a user