Commit c4fa2c80 by Solo Group

Update pbb.py

1 parent bad54ea1
......@@ -25,7 +25,7 @@ class Vendor(VendorClass):
key = ":".join([self.mid, self.key]).encode()
self.auth = base64.b64encode(key).decode()
self.inq_url = '{0}/pbbJson/inq'.format(self.url)
self.pay_url = '{0}/pbbJson/pay'.format(self.url)
self.pay_url = '{0}pay/pbbJson/pay'.format(self.url)
def get_headers(self):
return {'Content-Type': 'application/json'}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!