diff --git a/checkout_sdk/accounts/accounts.py b/checkout_sdk/accounts/accounts.py index bce0441..d08335c 100644 --- a/checkout_sdk/accounts/accounts.py +++ b/checkout_sdk/accounts/accounts.py @@ -49,6 +49,7 @@ class Profile: urls: list mccs: list default_holding_currency: Currency + holding_currencies: list class EntityDocument: diff --git a/checkout_sdk/disputes/disputes.py b/checkout_sdk/disputes/disputes.py index a9a3c62..e825db0 100644 --- a/checkout_sdk/disputes/disputes.py +++ b/checkout_sdk/disputes/disputes.py @@ -34,7 +34,3 @@ class DisputeEvidenceRequest: additional_evidence_text: str proof_of_delivery_or_service_date_file: str proof_of_delivery_or_service_date_text: str - - -class DisputeCompiledSubmittedEvidenceResponse: - file_id: str