mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:57:33 -04:00 
			
		
		
		
	Merge pull request #8432 from kishanmnpatel/fixing_forte_gateway
Payment token issue solved.
This commit is contained in:
		
						commit
						3adb74cc22
					
				| @ -16,6 +16,7 @@ | |||||||
|         <input type="hidden" name="token" id="token"/> |         <input type="hidden" name="token" id="token"/> | ||||||
|         <input type="hidden" name="store_card" id="store_card"/> |         <input type="hidden" name="store_card" id="store_card"/> | ||||||
|         <input type="submit" style="display: none" id="form_btn"> |         <input type="submit" style="display: none" id="form_btn"> | ||||||
|  |         <input type="hidden" name="payment_token" id="payment_token"> | ||||||
|     </form> |     </form> | ||||||
| 
 | 
 | ||||||
|     <div id="forte_errors"></div> |     <div id="forte_errors"></div> | ||||||
| @ -27,7 +28,6 @@ | |||||||
|     @include('portal.ninja2020.gateways.includes.payment_details') |     @include('portal.ninja2020.gateways.includes.payment_details') | ||||||
| 
 | 
 | ||||||
|     @component('portal.ninja2020.components.general.card-element', ['title' => 'Pay with Bank Transfer']) |     @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" |         <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;"> |             style="display: flex!important; justify-content: center!important;"> | ||||||
|             <input class="input w-full" id="routing-number" type="text" placeholder="{{ctrans('texts.routing_number')}}" required> |             <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