Fix bug in examples/rest/merchant.py demo.

This commit is contained in:
Davide Casale
2023-02-10 04:47:03 +01:00
parent 56476b96fc
commit 7e421d3803

View File

@@ -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(