Explorar el Código

update payment message

CR023
Jason Chuang hace 8 horas
padre
commit
b57107cf99
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      src/pages/Payment/MultiPaymentWindow.js

+ 5
- 5
src/pages/Payment/MultiPaymentWindow.js Ver fichero

@@ -408,11 +408,11 @@ const MultiPaymentWindow = (props) => {
</Grid>
: null}
</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 item xs={12} md={12}>


Cargando…
Cancelar
Guardar