beans_merchant_sdk 5.0.1
beans_merchant_sdk: ^5.0.1 copied to clipboard
Beans Merchant API Library
5.0.1 #
- Added
avatarUrltoCompanyAccountclass - Added
LanguageStringclass for better multi-language support - BREAKING CHANGES:
-
- Renamed
getMerchantAccount()togetCompanyAccount()for consistency
- Renamed
-
- The
createCompanyAccount()method now requiresLanguageStringinstead ofMap<String, String>
- The
-
- English language is now required for all
LanguageStringinstances
- English language is now required for all
-
- Modified
DeleteCompanyAccountResponseclass to return the status of the deletion
- Modified
-
- Added
GetCompanyAccountResponseclass to represent the response from thegetCompanyAccount()method
- Added
-
- Added
GetCompanyAccountsResponseclass to represent the response from thegetCompanyAccounts()method
- Added
4.0.0 #
- Beans API v4 support
- BREAKING CHANGES:
-
- API version increased from v3 to v4
2.0.0 #
- Improved the SDK initialization process
- BREAKING CHANGES:
-
- Removed
BeansMerchantSdkDomainclass
- Removed
-
- Added static factory method
BeansMerchantSdk.production(..)to instantiate the SDK
- Added static factory method
-
- Added static factory method
BeansMerchantSdk.staging(..)to instantiate the SDK
- Added static factory method
-
- Added static factory method
BeansMerchantSdk.custom(..)to instantiate the SDK
- Added static factory method
1.0.1 #
- Updated
README.md
1.0.0 #
- Initial release