mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for payfast driver
This commit is contained in:
parent
f04291826c
commit
94c424a15b
@ -6,7 +6,7 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('gateway_content')
|
@section('gateway_content')
|
||||||
<form action="{{ $payment_endpoint_url }}" method="post">
|
<form action="{{ $payment_endpoint_url }}" method="post" id="server_response">
|
||||||
<input type="hidden" name="merchant_id" value="{{ $merchant_id }}">
|
<input type="hidden" name="merchant_id" value="{{ $merchant_id }}">
|
||||||
<input type="hidden" name="merchant_key" value="{{ $merchant_key }}">
|
<input type="hidden" name="merchant_key" value="{{ $merchant_key }}">
|
||||||
<input type="hidden" name="return_url" value="{{ $return_url }}">
|
<input type="hidden" name="return_url" value="{{ $return_url }}">
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<input type="hidden" name="subscription_type" value="{{ $subscription_type }}">
|
<input type="hidden" name="subscription_type" value="{{ $subscription_type }}">
|
||||||
<input type="hidden" name="passphrase" value="{{ $passphrase }}">
|
<input type="hidden" name="passphrase" value="{{ $passphrase }}">
|
||||||
<input type="hidden" name="signature" value="{{ $signature }}">
|
<input type="hidden" name="signature" value="{{ $signature }}">
|
||||||
|
|
||||||
@if(!Request::isSecure())
|
@if(!Request::isSecure())
|
||||||
<p class="alert alert-failure">{{ ctrans('texts.https_required') }}</p>
|
<p class="alert alert-failure">{{ ctrans('texts.https_required') }}</p>
|
||||||
@endif
|
@endif
|
||||||
@ -28,10 +28,10 @@
|
|||||||
{{ ctrans('texts.credit_card') }}
|
{{ ctrans('texts.credit_card') }}
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
||||||
@component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'card_button'])
|
@component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'server_response'])
|
||||||
{{ ctrans('texts.add_payment_method') }}
|
{{ ctrans('texts.add_payment_method') }}
|
||||||
@endcomponent
|
@endcomponent
|
||||||
</form>
|
</form>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('gateway_footer')
|
@section('gateway_footer')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user