Use localhost API server

master
Skylar Ittner 3 years ago
parent 8fc4879410
commit 358c961f91

@ -6,17 +6,17 @@
var SETTINGS = { var SETTINGS = {
apis: { apis: {
track: "https://helena.express/apis/track/", track: "http://localhost/helena.express/apis/track/",
rates: "https://helena.express/apis/rates/", rates: "http://localhost/helena.express/apis/rates/",
pickuprequest: "https://helena.express/pspickup.php", requestpickup: "http://localhost/helena.express/apis/requestpickup/",
dropandsendlocations: "https://helena.express/apis/dropandsend/locations/", dropandsendlocations: "http://localhost/helena.express/apis/dropandsend/locations/",
dropandsendpickup: "https://helena.express/apis/dropandsend/requestpickup/", dropandsendpickup: "http://localhost/helena.express/apis/dropandsend/requestpickup/",
getaccountinfo: "https://helena.express/apis/account/getinfo/", getaccountinfo: "http://localhost/helena.express/apis/account/getinfo/",
authorstartverify: "https://helena.express/apis/account/authorstartverify/", authorstartverify: "http://localhost/helena.express/apis/account/authorstartverify/",
verifyauthcode: "https://helena.express/apis/account/verifyauthcode/", verifyauthcode: "http://localhost/helena.express/apis/account/verifyauthcode/",
accountregister: "https://helena.express/apis/account/register/", accountregister: "http://localhost/helena.express/apis/account/register/",
redirecttopaymentsetup: "https://helena.express/apis/account/redirecttopaymentsetup/", redirecttopaymentsetup: "http://localhost/helena.express/apis/account/redirecttopaymentsetup/",
finishpaymentsetup: "https://helena.express/apis/account/finishpaymentsetup/", finishpaymentsetup: "http://localhost/helena.express/apis/account/finishpaymentsetup/",
}, },
stripe_pubkey: "pk_test_51J6qFXCa1Fboir5UzPO3LCiMsVNiFP2lq4wR0dEcjJJVzAaJ3uRggDekZPB3qeYpMD3ayIYHKyD5sSn0IFLlEXMW001LqrvGSH", stripe_pubkey: "pk_test_51J6qFXCa1Fboir5UzPO3LCiMsVNiFP2lq4wR0dEcjJJVzAaJ3uRggDekZPB3qeYpMD3ayIYHKyD5sSn0IFLlEXMW001LqrvGSH",
appointmenturl: "https://appointments.netsyms.com/index.php?hlnexp=1&embed=1&only=1&theme=darkly", appointmenturl: "https://appointments.netsyms.com/index.php?hlnexp=1&embed=1&only=1&theme=darkly",

Loading…
Cancel
Save