瀏覽代碼

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")); + encodeURIComponent("https://"+window.location.hostname+ '/paymentPage/fps/fpscallback?TRANSACTION_ID='+paymentData.transactionid+"&WEB_TOKEN="+paymentData.webtoken+"&PAYMENT_ID="+localStorage.getItem("paymentId"));
setFpsqrcodeurl(openPASGUrl) setFpsqrcodeurl(openPASGUrl)
setFpsqrcodeurlPrd(openPASGUrlPrd) setFpsqrcodeurlPrd(openPASGUrlPrd)

} }
}); });


Loading…
取消
儲存