-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Ken 3566 update asc install #4704
Conversation
- Navigate to your Magento project directory and update your composer.json file. | ||
|
||
```bash | ||
composer require magento/services-connector:~1.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct? Shouldn't it be magento/amazon-sales-channel
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apparently there is an issue with the service connector. the engineer gave this info
composer update – will update all components including their dependencies
composer require magento/services-connector:~1.0.3 – will install connector only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The instructions are for installing the extension though. So would they need to update their composer for magento/amazon-sales-channel
and magento/services-connector:~1.0.3
then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if they don't do this, they are having service connector errors. i am unfamiliar with the install process. when i asked if we needed to update the cli installation, i was told "they aren't installing it that way. we just need to add this step".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i can add to the step language, update the composer for service connector.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks Ken!
running tests |
Hi @hickskenh, thank you for your contribution! |
@hickskenh please specify a version using labels at this PR |
Purpose of this pull request
This pull request (PR) updates the Install instructions for Amazon Sales Channel extension. This change includes composer-specific update and a link to API key info. This was a request from Product.
Affected DevDocs pages
https://devdocs.magento.com/extensions/amazon-sales/
whatsnew
Updated Amazon Sales Channel installation information with composer-specific step.