mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Fix bug in examples/rest/merchant.py demo.
This commit is contained in:
@@ -19,8 +19,6 @@ customer_info: CustomerInfo = CustomerInfo(
|
|||||||
resid_street="Timechain",
|
resid_street="Timechain",
|
||||||
full_name="Satoshi",
|
full_name="Satoshi",
|
||||||
email="satoshi3@bitfinex.com",
|
email="satoshi3@bitfinex.com",
|
||||||
tos_accepted=None,
|
|
||||||
resid_building_no=None
|
|
||||||
)
|
)
|
||||||
|
|
||||||
print(bfx.rest.auth.submit_invoice(
|
print(bfx.rest.auth.submit_invoice(
|
||||||
|
|||||||
Reference in New Issue
Block a user