update customer's account

This commit is contained in:
Omair Saleh
2023-02-15 15:43:37 +08:00
parent 51a19629e2
commit 30fe0d29e0
@@ -31,7 +31,7 @@ class WalletTransactionResource extends JsonResource
$booking = Transaction::where('payment_reference', $this->bill_no)->first()->owner;
$marking = $booking ? $booking->marking : null;
$description = 'Payment For booking refs.'. $booking ? '<a href="'.route('booking.details', $marking).'">'.$marking.'</a>' : 'Please ask Tech Support';
$description = 'Payment For booking refs.'. $marking ? '<a href="'.route('booking.details', $marking).'">'.$marking.'</a>' : 'Please ask Tech Support';
break;
case 11:
$description = 'Debit Voucher for '.$this->payment_reference;