mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Fixes for PayPal email
This commit is contained in:
		
							parent
							
								
									a2373d86de
								
							
						
					
					
						commit
						baea9e34c2
					
				@ -39,7 +39,7 @@
 | 
				
			|||||||
                        data-token="{{ $token->token }}"
 | 
					                        data-token="{{ $token->token }}"
 | 
				
			||||||
                        name="payment-type"
 | 
					                        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">{{ $token->meta->email }}</span>
 | 
					                    <span class="ml-1 cursor-pointer">{{ optional($token->meta)->email }}</span>
 | 
				
			||||||
                </label>
 | 
					                </label>
 | 
				
			||||||
            @endforeach
 | 
					            @endforeach
 | 
				
			||||||
        @endisset
 | 
					        @endisset
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user