Paypal Standard signed issue solved.
This commit is contained in:
parent
8eb78e447f
commit
bbd87e6623
@ -1,3 +1,4 @@
|
|||||||
|
<div>
|
||||||
<h2>{{ $setting['name'] }}</h2>
|
<h2>{{ $setting['name'] }}</h2>
|
||||||
|
|
||||||
@if($setting['mode'] == 'sandbox')
|
@if($setting['mode'] == 'sandbox')
|
||||||
@ -40,7 +41,8 @@
|
|||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<div class="float-right">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
@ -5,5 +5,5 @@ Route::group([
|
|||||||
'middleware' => 'signed',
|
'middleware' => 'signed',
|
||||||
'namespace' => 'Modules\PaypalStandard\Http\Controllers'
|
'namespace' => 'Modules\PaypalStandard\Http\Controllers'
|
||||||
], function () {
|
], 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