Update web_routes.php
This commit is contained in:
parent
4ae54d736f
commit
ad9e33d0d7
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ use Illuminate\Support\Facades\Route;
|
|||
include_once(__DIR__ . '/index.php');
|
||||
|
||||
Route::middleware(['web', 'auth'])->group(function () {
|
||||
Route::get('payment/PaypalPay/{shopProduct}', function () {
|
||||
Route::get('payment/PayPalPay/{shopProduct}', function () {
|
||||
PaypalPay(request());
|
||||
})->name('payment.PaypalPay');
|
||||
})->name('payment.PayPalPay');
|
||||
|
||||
Route::get(
|
||||
'payment/PayPalSuccess',
|
||||
|
|
Loading…
Reference in a new issue