{`Numar: ${order?.id}`}
{/*{`Payment Intent: ${order.stripePaymentIntentID}`}
*/}{`Plasata la data de: ${formatDateTime(order?.createdAt)}`}
{'Total: '} {new Intl.NumberFormat('ro', { style: 'currency', currency: 'lei', }).format(order.total)}
Status: {` ${order.status}`}
{`Cantitate: ${quantity}`}