mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fixes for stripe authorize card
This commit is contained in:
parent
5d92f3bfb4
commit
334ab5f809
@ -6,6 +6,8 @@
|
|||||||
<meta name="stripe-secret" content="{{ $intent->client_secret }}">
|
<meta name="stripe-secret" content="{{ $intent->client_secret }}">
|
||||||
<meta name="only-authorization" content="true">
|
<meta name="only-authorization" content="true">
|
||||||
<meta name="stripe-token" content="">
|
<meta name="stripe-token" content="">
|
||||||
|
<meta name="client-postal-code" content="{{ $client->postal_code ?? '' }}">
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('gateway_content')
|
@section('gateway_content')
|
||||||
|
Loading…
Reference in New Issue
Block a user