temporary remove booking from transactions resource

This commit is contained in:
omair saleh
2022-09-15 14:58:24 +08:00
parent 2f5915e810
commit c054d9d3a2
3 changed files with 20 additions and 24 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,