update transaction timer

This commit is contained in:
omair saleh
2022-03-10 19:00:44 +08:00
parent 99cada8334
commit 04cbc1514c
+1 -1
View File
@@ -22,7 +22,7 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
'booking' => new BookingResource($booking),
'service_id' => $booking->service_id,
'service_id' => $booking->service_id === 1 ? 2 : 3,
'type' => (int) $this->type,
'bill_no' => $this->bill_no,
'payment_reference' => $this->payment_reference,