mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
update wallet-ui
This commit is contained in:
+4
-1
@@ -76,8 +76,11 @@ Route::get('/transfer/merge/{marking}', function ($marking) {
|
||||
})->name('booking.merge');
|
||||
|
||||
Route::get('/wallet-transactions', function () {
|
||||
Route::get('/online_payment/redirect', 'Billplz\CallbackBillplzController@callback')->name('online_payment.redirect');
|
||||
|
||||
Route::get('/wallet/{marking}/details', function () {
|
||||
return view('pages.wallet.index');
|
||||
})->name('wallet.transactions');
|
||||
})->name('wallet.details');
|
||||
|
||||
Route::get('/test', function(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user