|
|
@@ -89,7 +89,7 @@ const Index = () => { |
|
|
|
}, |
|
|
|
// "locale":"<locale>", |
|
|
|
// "eserviceid":"<eserviceid>", |
|
|
|
"returnurl": "http://"+window.location.hostname+"/paymentPage/success/"+paymentData.webtoken |
|
|
|
"returnurl": "http://"+window.location.hostname+"/paymentPage/success" |
|
|
|
}, |
|
|
|
///{state:{transactionid:paymentData.transactionid,webtoken:paymentData.webtoken} } |
|
|
|
onSuccess: function(responseData){ |
|
|
@@ -99,7 +99,8 @@ const Index = () => { |
|
|
|
"redirecturl": "<redirecturl>" |
|
|
|
} |
|
|
|
*/ |
|
|
|
window.open(responseData.redirecturl); |
|
|
|
//window.open(responseData.redirecturl); |
|
|
|
window.location.assign(responseData.redirecturl); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|