feat(core-flows): custom price flag for order line items and shipping methods (#8969)
CLOSES: CC-402
This commit is contained in:
committed by
GitHub
parent
0fe1201435
commit
2a055b71ef
@@ -203,6 +203,7 @@ medusaIntegrationTestRunner({
|
||||
value: "50",
|
||||
precision: 20,
|
||||
},
|
||||
is_custom_price: false,
|
||||
metadata: null,
|
||||
created_at: expect.any(String),
|
||||
updated_at: expect.any(String),
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ medusaIntegrationTestRunner({
|
||||
input: {
|
||||
return_id: returnOrder.id,
|
||||
shipping_option_id: shippingOptionId,
|
||||
custom_price: 20,
|
||||
custom_amount: 20,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user