update transaction timer

This commit is contained in:
omair saleh
2022-03-10 19:13:30 +08:00
parent 460912ebc3
commit ac43506539
+1 -1
View File
@@ -22,7 +22,7 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
'booking' => new BookingResource($booking),
'day' => $this->updated_at->endOfDay(),
'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,