3.0.0
Release Version 3.0.0
** Version 3.0.0 is here! **
- We improved the initialization of SDK making it easier to understand the available options.
- Now
NAS
accounts are the default instance for the SDK andABC
structure was moved to aprevious
prefixes. - If you have been using this SDK before, you may find the following important changes:
** Imports: if you used to importcheckout_sdk.payments.payments
now usecheckout_sdk.payments.payments_previous
** Marketplace module was moved to Accounts module, same for classes and references.
** In most cases, IDE can help you determine from where to import, but if you're still having issues don't hesitate to open a ticket.
Marketplace API name change
Marketplace terminology was removed from Checkout API Reference, so in order to matches what API reference contains we migrated all the MarketplaceClient stuff into AccountsClient
Decoupled Balances and Transfers from Marketplace/Accounts into his own clients BalancesClient and TransfersClient