Releases: spryker/merchant-app
Releases · spryker/merchant-app
1.3.1
Included commits: 1.3.0...1.3.1
Fixes
- Adjusted AsyncApi tests to align with Spryker's standard test structure.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Adjusted
MerchantAppOnboardingMessageHandlerPlugin
to add support for the newAppConfigUpdated
message. - Introduced
MerchantAppFacade::handleAppConfigUpdatedTransfer()
. - Introduced
AppConfigUpdated
transfer.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Adjusted
MerchantAppFacade::initializeMerchantAppOnboarding()
to send merchant name and reference to API. - Introduced
Merchant.name
transfer field.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
MerchantAppOnboardingInitializationResponse.errors
transfer field. - Adjusted
MerchantAppFacade::initializeMerchantAppOnboarding()
to proxy the errors from the ACP apps. - Increased KernelApp module version dependency.
1.0.0
Included commits: https://github.com/spryker/merchant-app/tree/1.0.0
Initial Release
- Added a new module to encapsulate communication between SCOS Merchants and Merchants enabled in ACP apps.