Commit 3fd84348 by agan

xg

parent e12d50c2
Showing with 2 additions and 2 deletions
......@@ -354,12 +354,12 @@
url: $ip + "/pay/toIlivepay",
type: "post",
data: {
uid: localStorage.uid,
uid: sessionStorage.uid,
country: '86',
rid: rid,
amount: money * 100,
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 || '',
lastName: sessionStorage.lastName || '',
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