Releases: getcandy/candy-api
Releases · getcandy/candy-api
v0.12.6
v0.12.15
🐞 Fixes
This fixes an issue where the UserService was unbound to the container and causing some edge case bugs. This adds it back in to fix these errors happening.
v0.12.14
🐞 Fixes
This fixes an issue with assets where the assetable_type was not being considered when deleting, potentially causing other model types to lose their assets.
v0.12.13
🐞 Fixes
The search was not considering filters in certain circumstances.
v0.12.12
Update the GetCandy API package.
composer update getcandy/candy-api
Run any migrations
php artisan migrate
🐞 Fixes
- Added missing trait to
FetchImpersonationTokenaction - Fix reference to
usersservice which has been removed.
⭐ Improvements
- Updating an address is a lot more forgiving when it comes to what fields should be passed through.
v0.12.11
🐞 Fixes
PayPal refund amount now stores cents/pence
v0.12.10
⭐ Improvements
- Set the order line service to include
lineswhen adding a manual line so they return.
v0.12.9
🐞 Fixes
- Added
methodeager loading when fetching shipping price estimate.
v0.12.8
Upgrading
Update the GetCandy API package.
composer update getcandy/candy-api
Run any migrations
php artisan migrate
🐞 Fixes
- Fixed an issue where drafted routes weren't being considered when updating a route and setting others to not be default
- Various fixes to discount saving
⭐ Improvements
- Elasticsearch pagination is now limited to 1000 results due to Elasticsearch restrictions with offsets
🏗️ Additions
- Added
productandattributecounts to product family resources - Added PayPal refunds
v0.12.7
🐞 Fixes
- Remove
numericvalidation from phone number when creating/updating addresses