Paypal Standard signed issue solved.

This commit is contained in:
Cüneyt Şentürk
2019-12-21 12:45:45 +03:00
parent 8eb78e447f
commit bbd87e6623
2 changed files with 46 additions and 44 deletions

View File

@ -5,5 +5,5 @@ Route::group([
'middleware' => 'signed',
'namespace' => 'Modules\PaypalStandard\Http\Controllers'
], function () {
Route::post('invoices/{invoice}/paypal-standard', 'Payment@show')->name('signed.invoices.paypal-standard.show');
Route::get('invoices/{invoice}/paypal-standard', 'Payment@show')->name('signed.invoices.paypal-standard.show');
});