sber payment

This commit is contained in:
2024-10-30 16:48:15 +05:00
parent f91667d78d
commit c2364b12f8
5 changed files with 173 additions and 18 deletions

View File

@@ -38,5 +38,6 @@ Route::middleware(['auth', 'unVerified'])->group(function () {
Route::get('online-payment-store', [OnlinePaymentController::class, 'store'])->name('online-payment-store');
Route::get('online-payment-store-visa-master', [OnlinePaymentController::class, 'visaMaster'])->name('online-payment-store-visa-master');
Route::get('online-payment-store-sber', [OnlinePaymentController::class, 'sber'])->name('online-payment-store-sber');
Route::redirect('/', config('nova.path'));