Browse Source

update for web to app payload

master
Alex Cheung 1 year ago
parent
commit
78e2a66898
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/pages/Payment/FPS/FPS.js

+ 1
- 0
src/pages/Payment/FPS/FPS.js View File

@@ -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)

}
});


Loading…
Cancel
Save