Skip to content

Commit

Permalink
Update profile class with holding currencies (#158)
Browse files Browse the repository at this point in the history
* Remove response class error

* Update profile class with holding currencies
  • Loading branch information
armando-rodriguez-cko authored Apr 16, 2024
1 parent 3c1bdbe commit f676cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions checkout_sdk/accounts/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class Profile:
urls: list
mccs: list
default_holding_currency: Currency
holding_currencies: list


class EntityDocument:
Expand Down
4 changes: 0 additions & 4 deletions checkout_sdk/disputes/disputes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f676cf3

Please sign in to comment.