update transaction timer

This commit is contained in:
omair saleh
2022-03-10 19:06:20 +08:00
parent f9f0c167f6
commit f1dc50e22c
@@ -22,6 +22,7 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
'booking' => new BookingResource($booking),
'day' => $days,
'type' => (int) $this->type,
'bill_no' => $this->bill_no,
'payment_reference' => $this->payment_reference,