mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 01:24:36 -04:00
Payment token issue solved.
This commit is contained in:
parent
143255d544
commit
75e9f68e3a
@ -16,6 +16,7 @@
|
||||
<input type="hidden" name="token" id="token"/>
|
||||
<input type="hidden" name="store_card" id="store_card"/>
|
||||
<input type="submit" style="display: none" id="form_btn">
|
||||
<input type="hidden" name="payment_token" id="payment_token">
|
||||
</form>
|
||||
|
||||
<div id="forte_errors"></div>
|
||||
@ -27,7 +28,6 @@
|
||||
@include('portal.ninja2020.gateways.includes.payment_details')
|
||||
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => 'Pay with Bank Transfer'])
|
||||
<input type="hidden" name="payment_token" id="payment_token">
|
||||
<div class="bg-white px-4 py-2 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6"
|
||||
style="display: flex!important; justify-content: center!important;">
|
||||
<input class="input w-full" id="routing-number" type="text" placeholder="{{ctrans('texts.routing_number')}}" required>
|
||||
|
Loading…
x
Reference in New Issue
Block a user