Merge branch 'dillon/121-fix-wallet-with-extra-top-up' into vapor/staging

This commit is contained in:
Dillon Ngo
2025-11-28 12:08:16 +08:00
@@ -48,7 +48,7 @@ class WalletTransactionResource extends JsonResource
$request['running_balance'] = bcadd($request['running_balance'], $this->amount, 5);
$marking = $order->reference;
$description = 'Payment For order refs.'.'<a href="'.route('order.details', $marking).'">'.$marking.'</a>';
$description = 'Payment For order refs.'.'<a href="'.route('order.show', $marking).'" target="_blank">'.$marking.'</a>';
break;
case 11:
$request['running_balance'] = bcadd($request['running_balance'], $this->amount, 5);