implement api wallets for customer

This commit is contained in:
edmondlang
2022-02-05 18:02:36 +08:00
parent 1e49baa5f1
commit a5c96f4e89
10 changed files with 222 additions and 220 deletions
@@ -23,7 +23,8 @@ class WalletTransactionResource extends JsonResource
'currency_id' => (int) $this->currency_id,
'original_amount' => (double) $this->original_amount,
'original_currency_id' => (int) $this->original_currency_id,
'currency_rate' => (double) $this->currency_rate
'currency_rate' => (double) $this->currency_rate,
'reference' => $this->payment_reference
];
}
}