Commit b42e9f0e by Solo Group
2 parents 5c0a1bdc 1b07f0b1
......@@ -163,8 +163,9 @@ class Vendor(VendorClass):
return self.set_response()
url = self.get_url("/prepaid/purchase")
try:
resp = requests.post(url, data=params, verify=False,
resp = requests.post(url, data=json.dumps(params), verify=False,
headers=self.get_headers(), timeout=15)
except:
resp = None
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!