Candy Api Versions Save

GetCandy v1 E-Commerce API

0.12.16

2 years ago

🐞 Fixes

Fixes an issue where dimension values and their units were not mass assignable, meaning in the hub a user would not be able to change them.

0.12.15

2 years ago

🐞 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.

0.12.14

2 years ago

🐞 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.

0.12.13

2 years ago

🐞 Fixes The search was not considering filters in certain circumstances.

0.12.12

2 years ago

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.

0.12.11

2 years ago

🐞 Fixes

PayPal refund amount now stores cents/pence

0.12.10

3 years ago

⭐ Improvements

  • Set the order line service to include lines when adding a manual line so they return.

0.12.9

3 years ago

🐞 Fixes

  • Added method eager loading when fetching shipping price estimate.

0.12.8

3 years ago

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 and attribute counts to product family resources
  • Added PayPal refunds

0.12.7

3 years ago

🐞 Fixes

  • Remove numeric validation from phone number when creating/updating addresses