mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 17:27:33 -04:00 
			
		
		
		
	Update form inputs in purchase.blade.php
This commit is contained in:
		
							parent
							
								
									650d8732ef
								
							
						
					
					
						commit
						c36359f2e6
					
				| @ -39,6 +39,7 @@ | |||||||
|         </div> |         </div> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|     <form  |     <form  | ||||||
|         action="{{ route('client.payments.process', ['hash' => $hash, 'sidebar' => 'hidden', 'source' => 'subscriptions']) }}" |         action="{{ route('client.payments.process', ['hash' => $hash, 'sidebar' => 'hidden', 'source' => 'subscriptions']) }}" | ||||||
|         method="post" |         method="post" | ||||||
| @ -47,12 +48,12 @@ | |||||||
| 
 | 
 | ||||||
|         <input type="hidden" name="action" value="payment"> |         <input type="hidden" name="action" value="payment"> | ||||||
|         <input type="hidden" name="invoices[]" /> |         <input type="hidden" name="invoices[]" /> | ||||||
|         <input type="hidden" name="payable_invoices[0][amount]" /> |         <input type="hidden" name="payable_invoices[0][amount]" value="{{ $this->context['form']['payable_amount'] ?? '' }}" /> | ||||||
|         <input type="hidden" name="payable_invoices[0][invoice_id]" /> |         <input type="hidden" name="payable_invoices[0][invoice_id]" value="{{ $this->context['form']['invoice_hashed_id'] ?? '' }}" /> | ||||||
|         <input type="hidden" name="company_gateway_id" /> |         <input type="hidden" name="company_gateway_id" value="{{ $this->context['form']['company_gateway_id'] ?? '' }}" /> | ||||||
|         <input type="hidden" name="payment_method_id" /> |         <input type="hidden" name="payment_method_id" value="{{ $this->context['form']['payment_method_id'] ?? '' }}" /> | ||||||
|         <input type="hidden" name="contact_first_name" /> |         <input type="hidden" name="contact_first_name" value="{{ $this->context['contact']['first_name'] ?? '' }}"  /> | ||||||
|         <input type="hidden" name="contact_last_name" /> |         <input type="hidden" name="contact_last_name" value="{{ $this->context['contact']['last_name'] ?? '' }}" /> | ||||||
|         <input type="hidden" name="contact_email" /> |         <input type="hidden" name="contact_email" value="{{ $this->context['contact']['email'] ?? '' }}" /> | ||||||
|   </form> |   </form> | ||||||
| </div> | </div> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user