hotfix(medusa): Get cart with session (#165)

This commit is contained in:
Oliver Windall Juhl
2021-02-04 14:51:04 +01:00
committed by GitHub
parent d8e806d8ff
commit 81df78384c
7 changed files with 197 additions and 2 deletions
+1
View File
@@ -666,6 +666,7 @@ class CartService extends BaseService {
.withTransaction(this.transactionManager_)
.retrieve(customerId)
cart.customer = customer
cart.customer_id = customer.id
cart.email = customer.email
}