update transaction timer

This commit is contained in:
omair saleh
2022-03-10 18:59:52 +08:00
parent 12677d9d15
commit 99cada8334
@@ -22,6 +22,7 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
'booking' => new BookingResource($booking),
'service_id' => $booking->service_id,
'type' => (int) $this->type,
'bill_no' => $this->bill_no,
'payment_reference' => $this->payment_reference,