mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
Fix several bugs in sub-package bfxapi.rest.endpoints.
This commit is contained in:
@@ -30,7 +30,7 @@ _CustomerInfo = TypedDict("_CustomerInfo", {
|
||||
class RestMerchantEndpoints(Middleware):
|
||||
#pylint: disable-next=too-many-arguments
|
||||
def submit_invoice(self,
|
||||
amount: Union[Decimal, float, str],
|
||||
amount: Union[str, float, Decimal],
|
||||
currency: str,
|
||||
order_id: str,
|
||||
customer_info: _CustomerInfo,
|
||||
|
||||
Reference in New Issue
Block a user