docs: updates for v1.19 (#5868)

* docs: updates for v1.19

* Update www/apps/docs/content/upgrade-guides/medusa-core/1-19.mdx

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>

* Update www/apps/docs/content/upgrade-guides/medusa-core/1-19.mdx

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Shahed Nasser
2023-12-14 15:52:41 +01:00
committed by GitHub
co-authored by Oli Juhl
parent 9623fcafe6
commit a6c8490fc3
6 changed files with 102 additions and 19 deletions
@@ -98,7 +98,7 @@ The completion strategy is expected to return an object with the following prope
- `response_code`: a number indicating the response code.
- `response_body`: an object that will be returned to the client.
You can refer to this guide to learn how the cart conceptual guide is implemented in the Medusa backend. This can help you understand how details such as inventory, taxes, and more are handled.
You can refer to [this guide](../cart.md#cart-completion-process) to learn how the cart conceptual guide is implemented in the Medusa backend. This can help you understand how details such as inventory, taxes, and more are handled.
---