Payment token issue solved.

This commit is contained in:
Kishan Patel 2023-04-11 11:04:58 +05:30
parent 143255d544
commit 75e9f68e3a

View File

@ -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>