Paypal Standard signed issue solved.
This commit is contained in:
parent
8eb78e447f
commit
bbd87e6623
@ -1,3 +1,4 @@
|
||||
<div>
|
||||
<h2>{{ $setting['name'] }}</h2>
|
||||
|
||||
@if($setting['mode'] == 'sandbox')
|
||||
@ -40,7 +41,8 @@
|
||||
|
||||
<div class="buttons">
|
||||
<div class="float-right">
|
||||
<input type="submit" value="{{ trans('paypal-standard::general.confirm') }}" class="btn btn-success" />
|
||||
<input type="submit" value="{{ trans('general.confirm') }}" class="btn btn-success" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -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');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user