updated
This commit is contained in:
@@ -156,11 +156,14 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
|
||||
Route::get('payPremium', ['as' => 'payPremium', 'uses' => 'paypal\PaypalController@payPremium']);
|
||||
Route::get('getCheckout', ['as' => 'getCheckout', 'uses' => 'paypal\PaypalController@getCheckout']);
|
||||
Route::get('getDone', ['as' => 'getDone', 'uses' => 'paypal\PaypalController@getDone']);
|
||||
// Route::get('getDone', ['as' => 'getDone', 'uses' => 'paypal\PaypalController@getDone']);
|
||||
Route::get('thank-you-for-your-purchase', ['as' => 'thank-you-for-your-purchase', 'uses' => 'paypal\PaypalController@getDone']);
|
||||
Route::get('getCancel', ['as' => 'getCancel', 'uses' => 'paypal\PaypalController@getCancel']);
|
||||
Route::get('getDoneTest', ['as' => 'getDoneTest', 'uses' => 'paypal\PaypalController@getDoneTest']);
|
||||
|
||||
// END PAYPAL ROUTES
|
||||
});
|
||||
// Route::get('thank-you-for-your-purchase', 'paypal\PaypalController@thankyou');
|
||||
|
||||
Route::group(['middleware' => 'admin'], function () {
|
||||
Route::get('admin', function () {
|
||||
|
||||
Reference in New Issue
Block a user