feat(medusa): Add line item totals to cart totals decoration (#1740)

This commit is contained in:
Sebastian Rindom
2022-06-28 12:11:47 +02:00
committed by GitHub
parent 2a32609b74
commit c6dc9086cf
20 changed files with 334 additions and 48 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
export * from "./simple-payment-factory"
export * from "./simple-batch-job-factory"
export * from "./simple-discount-factory"
export * from "./simple-order-factory"
export * from "./simple-cart-factory"
export * from "./simple-region-factory"
@@ -14,4 +15,3 @@ export * from "./simple-shipping-method-factory"
export * from "./simple-product-type-tax-rate-factory"
export * from "./simple-price-list-factory"
export * from "./simple-batch-job-factory"