mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update customer's account
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user