diff --git a/src/pages/Payment/FPS/FPS.js b/src/pages/Payment/FPS/FPS.js index 049e5c7..dc6064b 100644 --- a/src/pages/Payment/FPS/FPS.js +++ b/src/pages/Payment/FPS/FPS.js @@ -175,7 +175,7 @@ const Index = () => { const parsedUrl = new URL(responseData.fpsqrcodeurl); const fpsqrcodeurl = "https://"+window.location.hostname+'/payment'+parsedUrl.pathname; - const fpsqrcodeurlwithFps = "https://"+"fps."+window.location.hostname+'/payment'+parsedUrl.pathname; + const fpsqrcodeurlwithFps = "https://"+"fps."+window.location.hostname+parsedUrl.pathname; console.log(parsedUrl) console.log(fpsqrcodeurl) console.log(fpsqrcodeurlwithFps)