소스 검색

update payment message

CR023
Jason Chuang 8 시간 전
부모
커밋
b57107cf99
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      src/pages/Payment/MultiPaymentWindow.js

+ 5
- 5
src/pages/Payment/MultiPaymentWindow.js 파일 보기

@@ -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}>


불러오는 중...
취소
저장