You've already forked Atomcms-edit
Low priority fixes: debug comments, Fortify cleanup, badge cost setting, profile query merge, User model fixes, VPN constructor cleanup, PayPal POST, PII removal, Dutch→English translations, duplicate rank check, CHANGELOG
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ Route::prefix('shop')->group(function () {
|
||||
|
||||
// PayPal routes
|
||||
Route::controller(PayPalController::class)->prefix('paypal')->group(function () {
|
||||
Route::get('/process-transaction', 'process')->name('paypal.process-transaction');
|
||||
Route::post('/process-transaction', 'process')->name('paypal.process-transaction');
|
||||
Route::get('/successful-transaction', 'successful')->name('paypal.successful-transaction');
|
||||
Route::get('/cancelled-transaction', 'cancelled')->name('paypal.cancelled-transaction');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user