Skip to content

Commit

Permalink
fix: Pass cart_id so that prices can be calculated correctly. (#7554)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos R. L. Rodrigues <[email protected]>
  • Loading branch information
Arsenalist and carlos-r-l-rodrigues authored Jul 24, 2024
1 parent 3a2a6bc commit 411839a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/medusa/src/services/cart.ts
Original file line number Diff line number Diff line change
@@ -2413,6 +2413,7 @@ class CartService extends TransactionBaseService {
currency_code: region.currency_code,
customer_id: customer_id || cart.customer_id,
include_discount_prices: true,
cart_id: cart.id,
})

cart.items = (

0 comments on commit 411839a

Please sign in to comment.