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
FetchImpersonationToken
action - Fix reference to
users
service 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
lines
when adding a manual line so they return.
v0.12.9
π Fixes
- Added
method
eager 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
product
andattribute
counts to product family resources - Added PayPal refunds
v0.12.7
π Fixes
- Remove
numeric
validation from phone number when creating/updating addresses