Commit 3fd84348 by agan

xg

parent e12d50c2
Showing with 2 additions and 2 deletions
...@@ -354,12 +354,12 @@ ...@@ -354,12 +354,12 @@
url: $ip + "/pay/toIlivepay", url: $ip + "/pay/toIlivepay",
type: "post", type: "post",
data: { data: {
uid: localStorage.uid, uid: sessionStorage.uid,
country: '86', country: '86',
rid: rid, rid: rid,
amount: money * 100, amount: money * 100,
returnUrl: 'https://www.footseen.com/footseen/phonepay/paySuccess.html?lang=' + sessionStorage.lang, returnUrl: 'https://www.footseen.com/footseen/phonepay/paySuccess.html?lang=' + sessionStorage.lang,
failureUrl: 'https://www.footseen.com/phonepay/payFail.html?lang=' + sessionStorage.lang, failureUrl: 'https://www.footseen.com/footseen/phonepay/payFail.html?lang=' + sessionStorage.lang,
firstName: sessionStorage.firstName || '', firstName: sessionStorage.firstName || '',
lastName: sessionStorage.lastName || '', lastName: sessionStorage.lastName || '',
email: sessionStorage.email || '', email: sessionStorage.email || '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment