Formatted code and added text - ending in
This commit is contained in:
		
					parent
					
						
							
								38a8997e29
							
						
					
				
			
			
				commit
				
					
						8c3544c0a4
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -75,11 +75,11 @@
 | 
			
		|||
    				<address>
 | 
			
		||||
    					<strong>{% trans "Payment Method:"%}</strong><br>
 | 
			
		||||
                        {% if order %}
 | 
			
		||||
    					{{order.cc_brand}} {% trans "ending in" %} **** {{order.last4}}<br>
 | 
			
		||||
    					{{user.email}}
 | 
			
		||||
                            {{order.cc_brand}} {% trans "ending in" %} **** {{order.last4}}<br>
 | 
			
		||||
                            {{user.email}}
 | 
			
		||||
                        {% else %}
 | 
			
		||||
                                    {{cc_brand}} {% trans "ending" %} **** {{cc_last4}}<br>
 | 
			
		||||
                                    {{request.session.user.email}}
 | 
			
		||||
                            {{cc_brand}} {% trans "ending in" %} **** {{cc_last4}}<br>
 | 
			
		||||
                            {{request.session.user.email}}
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
    				</address>
 | 
			
		||||
    			</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue