소스 검색

update for web to app payload

master
Alex Cheung 1 년 전
부모
커밋
78e2a66898
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/pages/Payment/FPS/FPS.js

+ 1
- 0
src/pages/Payment/FPS/FPS.js 파일 보기

@@ -176,6 +176,7 @@ const Index = () => {
+ encodeURIComponent("https://"+window.location.hostname+ '/paymentPage/fps/fpscallback?TRANSACTION_ID='+paymentData.transactionid+"&WEB_TOKEN="+paymentData.webtoken+"&PAYMENT_ID="+localStorage.getItem("paymentId"));
setFpsqrcodeurl(openPASGUrl)
setFpsqrcodeurlPrd(openPASGUrlPrd)

}
});


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