From 1297d8d9ae4d5a814a9bd74452816fd7d746223b Mon Sep 17 00:00:00 2001 From: Jakub Theimer <5587309+theimerj@users.noreply.github.com> Date: Fri, 29 Nov 2024 04:45:40 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53eab49b..033cc297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,33 +6,13 @@ - Removed relationship links from responses by default - Changed price taxation config to `lunar.pricing.stored_inclusive_of_tax` from `lunar-api.general.taxation.prices_with_default_tax` +- Added endpoints to set and unset shipping options directly to / from current session cart + ([#210](https://github.com/dystcz/dystore-api/pull/210)) ### ⚠️ Breaking changes - Login data have to be sent in `data.attributes` instead of directly in the root of the request body. - - **Before:** - - ```json - { - "email": "{email}" - "password": "{password}" - } - ``` - - **After:** - - ```json - { - "data": { - "type": "auth", - "attributes": { - "email": "{email}", - "password": "{password}" - } - } - } - ``` + ([#205](https://github.com/dystcz/dystore-api/pull/205)) ## 1.0.0-beta.3