|
|
@@ -408,11 +408,11 @@ const MultiPaymentWindow = (props) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
: null} |
|
|
: null} |
|
|
</Grid>: |
|
|
</Grid>: |
|
|
<Grid container direction="row" justifyContent="center" alignItems="center"> |
|
|
|
|
|
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "center"}}> |
|
|
|
|
|
<FormattedMessage id="paymentMethodNotAvailable"/> |
|
|
|
|
|
</FormLabel> |
|
|
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
<Grid container direction="row" justifyContent="flex-start" alignItems="center"> |
|
|
|
|
|
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "left" }}> |
|
|
|
|
|
<FormattedMessage id="paymentMethodNotAvailable"/> |
|
|
|
|
|
</FormLabel> |
|
|
|
|
|
</Grid> |
|
|
} |
|
|
} |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
|