Merge pull request #8432 from kishanmnpatel/fixing_forte_gateway

Payment token issue solved.
This commit is contained in:
David Bomba 2023-04-11 20:44:50 +10:00 committed by GitHub
commit 3adb74cc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>