fix wallets transaction lists

This commit is contained in:
omair saleh
2022-02-28 12:00:17 +08:00
parent 2fda1d4155
commit 9bbbdfd7f9
@@ -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,