New payment flow. Fixes for meta ref (#92)

* authorize

* eway

* bacs

* becs

* credit card

* przelewy24
This commit is contained in:
Benjamin Beganović 2024-08-30 01:17:20 +02:00 committed by GitHub
parent ac19d07c24
commit f01c92fbcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,7 @@
<meta name="month-invalid" content="{{ ctrans('texts.month_invalid') }}"> <meta name="month-invalid" content="{{ ctrans('texts.month_invalid') }}">
<meta name="credit-card-invalid" content="{{ ctrans('texts.credit_card_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="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> <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>

View File

@ -7,6 +7,7 @@ ctrans('texts.credit_card')])
<meta name="translation-expiry_date" content="{{ ctrans('texts.date') }}"> <meta name="translation-expiry_date" content="{{ ctrans('texts.date') }}">
<meta name="translation-card_number" content="{{ ctrans('texts.card_number') }}"> <meta name="translation-card_number" content="{{ ctrans('texts.card_number') }}">
<meta name="translation-cvv" content="{{ ctrans('texts.cvv') }}"> <meta name="translation-cvv" content="{{ ctrans('texts.cvv') }}">
<meta name="instant-payment" content="yes" />
@endsection @endsection
@section('gateway_content') @section('gateway_content')

View File

@ -10,7 +10,7 @@
@endif @endif
<meta name="stripe-redirect-url" content="{{ $session->url }}"> <meta name="stripe-redirect-url" content="{{ $session->url }}">
<meta name="only-authorization" content="true"> <meta name="only-authorization" content="true">
<meta name="instant-payment" content="yes" />
@endsection @endsection
@section('gateway_content') @section('gateway_content')

View File

@ -7,6 +7,8 @@
@else @else
<meta name="stripe-publishable-key" content="{{ $gateway->company_gateway->getPublishableKey() }}"> <meta name="stripe-publishable-key" content="{{ $gateway->company_gateway->getPublishableKey() }}">
@endif @endif
<meta name="instant-payment" content="yes" />
@endsection @endsection
@section('gateway_content') @section('gateway_content')

View File

@ -12,7 +12,7 @@
<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 ?? '' }}"> <meta name="client-postal-code" content="{{ $client->postal_code ?? '' }}">
<meta name="instant-payment" content="yes" />
@endsection @endsection
@section('gateway_content') @section('gateway_content')

View File

@ -7,6 +7,8 @@
@else @else
<meta name="stripe-publishable-key" content="{{ $gateway->company_gateway->getPublishableKey() }}"> <meta name="stripe-publishable-key" content="{{ $gateway->company_gateway->getPublishableKey() }}">
@endif @endif
<meta name="instant-payment" content="yes" />
@endsection @endsection
@section('gateway_content') @section('gateway_content')