set only-authorization to false in pay.blade
This commit is contained in:
parent
c82e5b2647
commit
cd4ed74d5c
|
|
@ -4,6 +4,7 @@
|
|||
<meta name="stripe-publishable-key" content="{{ $gateway->getPublishableKey() }}">
|
||||
<meta name="stripe-token" content="{{ $token->token }}">
|
||||
<meta name="stripe-secret" content="{{ $intent->client_secret }}">
|
||||
<meta name="only-authorization" content="">
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
|
|
|||
Loading…
Reference in New Issue