Explorar el Código

update for web to app payload

master
Alex Cheung hace 1 año
padre
commit
78e2a66898
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/pages/Payment/FPS/FPS.js

+ 1
- 0
src/pages/Payment/FPS/FPS.js Ver fichero

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

}
});


Cargando…
Cancelar
Guardar