feat: Add shipping method to cart (#6661)
This commit is contained in:
@@ -14,6 +14,12 @@ export const LINKS = {
|
||||
Modules.PRICING,
|
||||
"price_set_id"
|
||||
),
|
||||
ShippingOptionPriceSet: composeLinkName(
|
||||
Modules.FULFILLMENT,
|
||||
"shipping_option_id",
|
||||
Modules.PRICING,
|
||||
"price_set_id"
|
||||
),
|
||||
CartPaymentCollection: composeLinkName(
|
||||
Modules.CART,
|
||||
"cart_id",
|
||||
|
||||
Reference in New Issue
Block a user