mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:29:03 -05:00 
			
		
		
		
	Update pay.blade.php
Remove in favor of internal method to generate comment Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
		
							parent
							
								
									828946fcec
								
							
						
					
					
						commit
						3babc85a8b
					
				@ -16,7 +16,6 @@
 | 
				
			|||||||
            <input type="hidden" name="payment_hash" value="{{ $payment_hash }}">
 | 
					            <input type="hidden" name="payment_hash" value="{{ $payment_hash }}">
 | 
				
			||||||
            <input type="hidden" name="frequency" value="Once">
 | 
					            <input type="hidden" name="frequency" value="Once">
 | 
				
			||||||
            <input type="hidden" name="installments" value="1">
 | 
					            <input type="hidden" name="installments" value="1">
 | 
				
			||||||
            <input type="hidden" name="comment" value="{{ ctrans('texts.activity_10_online',['invoice'=> $invoice_nums ] ) }}">
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')])
 | 
					        @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')])
 | 
				
			||||||
            @if (count($tokens) > 0)
 | 
					            @if (count($tokens) > 0)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user