AAAH#35551 -- Uitbreiding Absoluta koppeling

svn path=/Website/branches/v2016.1/; revision=29399
This commit is contained in:
Arthur Egberink
2016-05-13 12:35:11 +00:00
parent 792e532018
commit 3ca4153ef2

View File

@@ -29,7 +29,7 @@ var succes = 0;
if (!oRs.eof) {
succes = 1;
//remoteUrl = "http://www.facilitor.nl/?id=" + oRs(0).value + "&accounthash=" + accounthash;
remoteUrl = "https://corp.dev.sotasty.nl/index/login/accounthash/" + accounthash + "/orderid/" + oRs(0).value + "/actie/choose?HOOK_URL=xxx"
remoteUrl = "https://corp.dev.sotasty.nl/index/login/accounthash/" + accounthash + "/orderid/" + oRs(0).value + "/actie/choose/"
msg = "Een moment... U wordt doorgezet naar de site van de leverancier.";
}
else {