|
@@ -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 () {
|
|
|
- PaypalPay(request());
|
|
|
- })->name('payment.PayPalPay');
|
|
|
+ Route::get('payment/PayPalPayment/{shopProduct}', function () {
|
|
|
+ PayPalPayment(request());
|
|
|
+ })->name('payment.PayPalPayment');
|
|
|
|
|
|
Route::get(
|
|
|
'payment/PayPalSuccess',
|