Sfoglia il codice sorgente

update for web to app payload

master
Alex Cheung 1 anno fa
parent
commit
78e2a66898
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/pages/Payment/FPS/FPS.js

+ 1
- 0
src/pages/Payment/FPS/FPS.js Vedi 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)

}
});


Caricamento…
Annulla
Salva