reverse temporary remove booking from transactions resource

This commit is contained in:
omair saleh
2022-09-15 15:19:06 +08:00
parent c054d9d3a2
commit 63d5cc1410
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class TransactionResource extends JsonResource
return [
'id' => $this->id,
// 'booking' => new BookingResource($booking),
'booking' => new BookingResource($booking),
'type' => (int) $this->type,
'bill_no' => $this->bill_no,
'payment_reference' => $this->payment_reference,