mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:24:30 -04:00
New payment flow. Fixes for meta ref (#92)
* authorize * eway * bacs * becs * credit card * przelewy24
This commit is contained in:
parent
ac19d07c24
commit
f01c92fbcf
@ -7,6 +7,7 @@
|
||||
<meta name="month-invalid" content="{{ ctrans('texts.month_invalid') }}">
|
||||
<meta name="credit-card-invalid" content="{{ ctrans('texts.credit_card_invalid') }}">
|
||||
<meta name="authnet-require-cvv" content="{{ $gateway->company_gateway->require_cvv }}">
|
||||
<meta name="instant-payment" content="yes">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
|
||||
|
@ -7,6 +7,7 @@ ctrans('texts.credit_card')])
|
||||
<meta name="translation-expiry_date" content="{{ ctrans('texts.date') }}">
|
||||
<meta name="translation-card_number" content="{{ ctrans('texts.card_number') }}">
|
||||
<meta name="translation-cvv" content="{{ ctrans('texts.cvv') }}">
|
||||
<meta name="instant-payment" content="yes" />
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
@ -10,7 +10,7 @@
|
||||
@endif
|
||||
<meta name="stripe-redirect-url" content="{{ $session->url }}">
|
||||
<meta name="only-authorization" content="true">
|
||||
|
||||
<meta name="instant-payment" content="yes" />
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
@ -7,6 +7,8 @@
|
||||
@else
|
||||
<meta name="stripe-publishable-key" content="{{ $gateway->company_gateway->getPublishableKey() }}">
|
||||
@endif
|
||||
|
||||
<meta name="instant-payment" content="yes" />
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
@ -12,7 +12,7 @@
|
||||
<meta name="only-authorization" content="true">
|
||||
<meta name="stripe-token" content="">
|
||||
<meta name="client-postal-code" content="{{ $client->postal_code ?? '' }}">
|
||||
|
||||
<meta name="instant-payment" content="yes" />
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
@ -7,6 +7,8 @@
|
||||
@else
|
||||
<meta name="stripe-publishable-key" content="{{ $gateway->company_gateway->getPublishableKey() }}">
|
||||
@endif
|
||||
|
||||
<meta name="instant-payment" content="yes" />
|
||||
@endsection
|
||||
|
||||
@section('gateway_content')
|
||||
|
Loading…
x
Reference in New Issue
Block a user