From f676cf31d0f878f504f405f471c9f888a22e61cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:39:38 +0200 Subject: [PATCH] Update profile class with holding currencies (#158) * Remove response class error * Update profile class with holding currencies --- checkout_sdk/accounts/accounts.py | 1 + checkout_sdk/disputes/disputes.py | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/checkout_sdk/accounts/accounts.py b/checkout_sdk/accounts/accounts.py index bce0441e..d08335ca 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 a9a3c620..e825db0c 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