mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/121-fix-wallet-with-extra-top-up' into vapor/staging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user