Paypal standard protal route fixed..
This commit is contained in:
parent
5701fd98be
commit
737e077cfe
@ -5,5 +5,5 @@ Route::group([
|
||||
'middleware' => 'portal',
|
||||
'namespace' => 'Modules\PaypalStandard\Http\Controllers'
|
||||
], function () {
|
||||
Route::get('invoices/{document}/paypal-standard', 'Payment@show')->name('portal.invoices.paypal-standard.show');
|
||||
Route::get('invoices/{invoice}/paypal-standard', 'Payment@show')->name('portal.invoices.paypal-standard.show');
|
||||
});
|
||||
|
@ -5,5 +5,5 @@ Route::group([
|
||||
'middleware' => 'signed',
|
||||
'namespace' => 'Modules\PaypalStandard\Http\Controllers'
|
||||
], function () {
|
||||
Route::get('invoices/{document}/paypal-standard', 'Payment@show')->name('signed.invoices.paypal-standard.show');
|
||||
Route::get('invoices/{invoice}/paypal-standard', 'Payment@show')->name('signed.invoices.paypal-standard.show');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user