|
@@ -237,12 +237,12 @@ const MultiPaymentWindow = (props) => { |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
<Grid container > |
|
|
<Grid item> |
|
|
<Grid item> |
|
|
<Typography sx={{fontSize: "20px", color: "#000000", textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Typography variant="pnspsFormParagraphBold" sx={{ color: "#000000", textAlign: "left" }}> |
|
|
<FormattedMessage id="payTotal"/>(HK$): |
|
|
<FormattedMessage id="payTotal"/>(HK$): |
|
|
</Typography> |
|
|
</Typography> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item> |
|
|
<Grid item> |
|
|
<Typography sx={{fontSize: "20px", color: "#000000", textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Typography variant="pnspsFormParagraphBold" sx={{color: "#000000", textAlign: "left" }}> |
|
|
{" HK$ " + FormatUtils.currencyFormat(props.totalAmount)} |
|
|
{" HK$ " + FormatUtils.currencyFormat(props.totalAmount)} |
|
|
</Typography> |
|
|
</Typography> |
|
|
</Grid> |
|
|
</Grid> |
|
|