shyim / store-plugin-installer

Install store.shopware.com Plugins automatically in your Shopware Composer Setup
36 stars 7 forks source link

Unauthorized #20

Closed studioforty9-dev closed 5 years ago

studioforty9-dev commented 5 years ago

Getting the following error when running composer update:

[Installer] Fetching shop licenses failed with code "PluginLicensesException-8" !

The login details work fine to login to the account in a browser. Just wondering if anything has changed with the API like the last time.

shyim commented 5 years ago

Today was an update on Shopware Account API. I have already notified the corresponding team, about the issue

shyim commented 5 years ago

Can you change the following line https://github.com/shyim/store-plugin-installer/blob/master/src/Shyim/Api/Client.php#L163

to

if (!empty($partnerAccount['partnerId'])) {
shyim commented 5 years ago

Should be fixed with the new version