FinalFormBillingAddress
This commit is contained in:
@@ -105,7 +105,12 @@ const InvoiceItem = ({ invoice, onCancel, paymentInfos }) => {
|
||||
Nom : {invoice.payment.name}<br/>
|
||||
Email : {invoice.payment.email}<br/>
|
||||
Téléphone : {invoice.payment.phone}<br/>
|
||||
Numéro de carte : **** **** **** {invoice.payment.lastFourDigits}<br/>
|
||||
Numéro de carte : **** **** **** {invoice.payment.lastFourDigits}<br/><br/>
|
||||
<label style={{"fontWeight": "bold"}}>Adresse de Facturation :</label><br/>
|
||||
{invoice.payment.billingAddress.civicNumber} {invoice.payment.billingAddress.street} <br />
|
||||
{invoice.payment.billingAddress.appartment != null ? <>App: {invoice.payment.billingAddress.appartment} <br /></> : null}
|
||||
{invoice.payment.billingAddress.city}, {invoice.payment.billingAddress.province} {invoice.payment.billingAddress.postalCode}<br />
|
||||
{invoice.payment.billingAddress.country}<br /><br/>
|
||||
</>
|
||||
: null }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user