Adobe's integration starter kit uses Adobe Developer App Builder to improve real-time connection reliability and reduce the time-to-market for integrations between Adobe Commerce and other back-office systems, such as ERPs, CRMs, and PIMs.
Apache License 2.0
10
stars
2
forks
source link
ACSP-231 Change event registration names in the onboarding script #15
The onboarding script needs to create event registrations with names that can pass frontend validation so they can be modified in Adobe console without changing the name.
How Has This Been Tested?
The change has been tested by deploying and onboarding a starter-kit-based App Builder project
Screenshots (if appropriate):
Types of changes
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Change event registration names in the onboarding script from
<providerKey> <entityName> Synchronization
to<providerKey> <entityName> Sync
Related Issue
https://github.com/adobe/commerce-integration-starter-kit/issues/14
Motivation and Context
The onboarding script needs to create event registrations with names that can pass frontend validation so they can be modified in Adobe console without changing the name.
How Has This Been Tested?
The change has been tested by deploying and onboarding a starter-kit-based App Builder project
Screenshots (if appropriate):
Types of changes
Checklist: