You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hi Tareqtms,
Just a word of warning; I had this in my compser file "phpclassic/php-shopify": "^1.1".
So after my last composer update all my order fullfilments obvisouly started failed with: Error: Request failed with HTTP Code 404.
I would suggest you update your doco with a note to developers that they should lockdown your library to a version.
e.g.
composer require phpclassic/php-shopify:1.1.22
That way they wont get suprise SDK version updates like I did ;)
5bc3d3a
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.
Hi Tareqtms,
Just a word of warning; I had this in my compser file "phpclassic/php-shopify": "^1.1".
So after my last composer update all my order fullfilments obvisouly started failed with: Error: Request failed with HTTP Code 404.
I would suggest you update your doco with a note to developers that they should lockdown your library to a version.
e.g.
composer require phpclassic/php-shopify:1.1.22
That way they wont get suprise SDK version updates like I did ;)
Keep up the good work.
Thanks,
-Ben