correct function name not found error.

This commit is contained in:
swsong
2019-12-21 21:03:16 +09:00
committed by Jacob Plaster
parent 5893077fbb
commit b2df93e9ad

View File

@@ -547,7 +547,7 @@ class BfxRest:
payload['meta']['aff_code'] = str(aff_code) payload['meta']['aff_code'] = str(aff_code)
endpoint = "auth/w/order/submit" endpoint = "auth/w/order/submit"
raw_notification = await self.post(endpoint, payload) raw_notification = await self.post(endpoint, payload)
return Notification.from_raw_order(raw_notification) return Notification.from_raw_notification(raw_notification)
async def submit_cancel_order(self, orderId): async def submit_cancel_order(self, orderId):
""" """