mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:17:32 -05:00 
			
		
		
		
	Updates for direct debit payment screen
This commit is contained in:
		
							parent
							
								
									5d66f5df2c
								
							
						
					
					
						commit
						17ceeb8a29
					
				@ -22,7 +22,7 @@
 | 
				
			|||||||
                    <label class="mr-4">
 | 
					                    <label class="mr-4">
 | 
				
			||||||
                        <input type="radio" data-token="{{ $token->token }}" name="payment-type"
 | 
					                        <input type="radio" data-token="{{ $token->token }}" name="payment-type"
 | 
				
			||||||
                            class="form-radio cursor-pointer toggle-payment-with-token" />
 | 
					                            class="form-radio cursor-pointer toggle-payment-with-token" />
 | 
				
			||||||
                        <span class="ml-1 cursor-pointer">{{ ctrans('texts.payment_type_direct_debit') }}
 | 
					                        <span class="ml-1 cursor-pointer">{{ App\Models\GatewayType::getAlias($token->gateway_type_id) }}
 | 
				
			||||||
                            (#{{ $token->token }})</span>
 | 
					                            (#{{ $token->token }})</span>
 | 
				
			||||||
                    </label>
 | 
					                    </label>
 | 
				
			||||||
                @endforeach
 | 
					                @endforeach
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user