update transaction timer

This commit is contained in:
omair saleh
2022-03-10 19:14:45 +08:00
parent ac43506539
commit 621058855e
@@ -22,7 +22,6 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
'booking' => new BookingResource($booking),
'day' => $this->updated_at->endOfDay()->format('d-m-Y H:i'),
'type' => (int) $this->type,
'bill_no' => $this->bill_no,
'payment_reference' => $this->payment_reference,