hotfix(medusa): add discounts to swap cart
This commit is contained in:
@@ -311,6 +311,7 @@ class SwapService extends BaseService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const cart = await this.cartService_.create({
|
const cart = await this.cartService_.create({
|
||||||
|
discounts: order.discounts,
|
||||||
email: order.email,
|
email: order.email,
|
||||||
billing_address: order.billing_address,
|
billing_address: order.billing_address,
|
||||||
shipping_address: order.shipping_address,
|
shipping_address: order.shipping_address,
|
||||||
|
|||||||
Reference in New Issue
Block a user