fixing bugs

This commit is contained in:
omair saleh
2021-05-24 00:59:33 +08:00
parent 2f7341c525
commit df83d2fc7b
10 changed files with 46 additions and 22 deletions
@@ -19,6 +19,7 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
'booking' => new BookingResource($this->booking),
'type' => (int) $this->type,
'bill_no' => $this->bill_no,
'amount' => (double) $this->amount,
'original_amount' => (double) $this->original_amount,