소스 검색

fix bug

master
Anna Ho 1 년 전
부모
커밋
d5257a68d4
1개의 변경된 파일2개의 추가작업 그리고 12개의 파일을 삭제
  1. +2
    -12
      src/pages/Payment/Card/index.js

+ 2
- 12
src/pages/Payment/Card/index.js 파일 보기

@@ -90,7 +90,7 @@ const Index = () => {
},
// "locale":"<locale>",
// "eserviceid":"<eserviceid>",
"returnurl": window.location.hostname+"/paymentPage/success"
"returnurl": "http://"+window.location.hostname+"/paymentPage/success"
},
onSuccess: function(responseData){
/*
@@ -105,17 +105,7 @@ const Index = () => {
}

const cancelPayment = () => {
HttpUtils.post({
url: paymentPath + cancelPaymentUrl,
params: {
"transactionid": paymentData.transactionid,
"webtoken": paymentData.webtoken,
"paymentid": paymentid
},
onSuccess: function () {
navigate("/dashboard");
}
});
navigate("/dashboard");
}

const getIcon = () => {


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