diff --git a/client-wiaas/src/constants/ordersConstants.js b/client-wiaas/src/constants/ordersConstants.js index 6b1f69d..acec399 100644 --- a/client-wiaas/src/constants/ordersConstants.js +++ b/client-wiaas/src/constants/ordersConstants.js @@ -161,7 +161,11 @@ export const orderTexts = { INSTALLATION_DATE: 'Installation date', INSTALLATION_NOT_REQUIRED:'Installation is not required for this package', PRELIMINARY_INSTALLATION_DATE_LABEL: 'Preliminary installation date', - PROJECT: 'Project' + PROJECT: 'Project', + BILLING_FIRST_NAME: 'Billing first name', + BILLING_LAST_NAME: 'Billing last name', + BILLING_MAIL: 'Invoice mail', + BILLING_ADDRESS: 'Billing address' }, buttons: { ACCEPT_INSTALLATION: 'I agree', diff --git a/client-wiaas/src/containers/orders/components/OrderInfo.jsx b/client-wiaas/src/containers/orders/components/OrderInfo.jsx index 89bd912..ab25834 100644 --- a/client-wiaas/src/containers/orders/components/OrderInfo.jsx +++ b/client-wiaas/src/containers/orders/components/OrderInfo.jsx @@ -54,7 +54,7 @@ class OrderInfo extends Component { const orderPackages = installationData.packages; const isInstallationInPackage = installationData.isInstallationInPackage; const orderInfo = this.props.orderInfo.info; - + return ( @@ -65,6 +65,16 @@ class OrderInfo extends Component { {orderInfo.commercialLead} + +
{orderTexts.labels.BILLING_FIRST_NAME}:
+ {orderInfo.billingFirstName || '-'} +
{orderTexts.labels.BILLING_LAST_NAME}:
+ {orderInfo.billingLastName || '-'} +
{orderTexts.labels.BILLING_MAIL}:
+ {orderInfo.billingMail || '-'} +
{orderTexts.labels.BILLING_ADDRESS}:
+ {orderInfo.billingAddress || '-'} +
{orderTexts.labels.REFERENCE}: