mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix wallet bug
This commit is contained in:
@@ -6,7 +6,6 @@ namespace App\Http\Controllers\Transactions;
|
||||
use App\Classes\Modules\Transactions\ControllersLogic\ListWalletTransactionsLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Classes\Modules\Transactions\ControllersLogic\ListTransactionsLogic;
|
||||
|
||||
|
||||
class ListWalletTransactionsController
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="font-heading all-caps fs-11">
|
||||
<a :href="route('customer.profile', data.booking.marking)">
|
||||
{{data.booking.marking}}
|
||||
<a :href="route('customer.profile', data.marking)">
|
||||
{{data.marking}}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user