Merge pull request #5668 from turbo124/v5-develop
Fixes for stripe authorize card
This commit is contained in:
commit
10cffc3db0
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<meta name="stripe-secret" content="{{ $intent->client_secret }}">
|
||||
<meta name="only-authorization" content="true">
|
||||
<meta name="stripe-token" content="">
|
||||
<meta name="client-postal-code" content="{{ $client->postal_code ?? '' }}">
|
||||
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue