|
|
@@ -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"} }); |
|
|
|
} |
|
|
|