ソースを参照

fix bug

master
Anna Ho 1年前
コミット
1e914548fc
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/pages/Payment/index.js

+ 1
- 1
src/pages/Payment/index.js ファイルの表示

@@ -89,7 +89,7 @@ const Index = () => {
}else if(selectedPaymentMethod ==="UnionPay" ){
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"UnionPay", paymentMethod:"03,BCMP,CreditCard"} });
}else if(selectedPaymentMethod ==="JCB"){
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"JCB", paymentMethod:"03,BCMP,CreditCard"} });
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"JCB", paymentMethod:"02,BCMP,CreditCard"} });
}else if(selectedPaymentMethod ==="PPS"){
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"PPS", paymentMethod:"01,PPSB,PPS"} });
}


読み込み中…
キャンセル
保存