fix wallets transaction lists

This commit is contained in:
omair saleh
2022-02-28 12:03:19 +08:00
parent 9bbbdfd7f9
commit a0501a94b6
2 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ class WalletTransactionResource extends JsonResource
return [
'type' => (int) $this->type,
'owner' => new CompanyResource($this->owner->owner),
'marking' => $this->owner->owner->reference,
'bill_no' => $this->bill_no,
'reference' => $this->payment_reference,
'payment_method' => (float) $this->payment_method,