feat(core-flows): custom price flag for order line items and shipping methods (#8969)

CLOSES: CC-402
This commit is contained in:
Carlos R. L. Rodrigues
2024-09-04 17:30:59 -03:00
committed by GitHub
parent 0fe1201435
commit 2a055b71ef
28 changed files with 1991 additions and 1783 deletions
@@ -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),
@@ -95,7 +95,7 @@ medusaIntegrationTestRunner({
input: {
return_id: returnOrder.id,
shipping_option_id: shippingOptionId,
custom_price: 20,
custom_amount: 20,
},
})