docs: adds tutorial (#323)

* docs: adds installation guide for tutorial

* docs: adds creating your medusa server guide

* add quick starter

* rename to reflect docker usage

* docs: adds custom functionality tutorial

* docs: adds linking with medusa cloud

* fix: PR

Co-authored-by: olivermrbl <oliver@mrbltech.com>
This commit is contained in:
Sebastian Rindom
2021-07-25 09:58:16 +02:00
committed by GitHub
parent 06fd882a67
commit 804a2f6ed9
6 changed files with 543 additions and 0 deletions

View File

@@ -694,6 +694,10 @@ class CartService extends BaseService {
}
}
if ("metadata" in update) {
cart.metadata = this.setMetadata_(cart, update.metadata)
}
if ("context" in update) {
const prevContext = cart.context || {}
cart.context = {