Commit 30a88181 by Solo Group

notify payment

1 parent f6760487
......@@ -105,9 +105,9 @@ def payment_notify(order):
params = dict(data=data)
js = get_jsonrpc(method="notify", params=params)
log.info("Notify: %s %s" % (url, js))
log.info("Notify: %s %s" % (url, json.dumps(js)))
try:
requests.post(url, data=js, timeout=20)
requests.post(url, data=json.dumps(js), timeout=20)
except:
pass
return
......
"""
mynt dev (company) : kunto@agratek.id (username)
: Passw0rd! (password)
: 811568055 (no hp)
: 009 (referal code)
mynt dev (merchant) : kunto@agratek.id (username)
: Passw0rd! (password)
: 811568055 (no hp)
: 009 (referal code)
mynt dev (member) : kunto@agratek.id (username)
: Passw0rd! (password)
: 811568055 (no hp)
: 009 (referal code)
PIN transaksi : 123456
: itu untuk credential usernya
: api key = cxh4LvJcQago1zzMZ42xeYPZtH5fbAMC7ffXhFf6
secret key = 123
ini api key dan scret key untuk yg company ya pak
API hit messaging:
http://180.250.102.116:9035/middlehost/aj/middle  Authorization Header:
http://180.250.102.116:9035/middlehost/aj/test_header
"""
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!