Feat(order): post purchase support (#7666)

This commit is contained in:
Carlos R. L. Rodrigues
2024-06-10 18:44:51 -03:00
committed by GitHub
parent 39ddba2491
commit 37426939da
43 changed files with 1645 additions and 476 deletions

View File

@@ -257,7 +257,7 @@ medusaIntegrationTestRunner({
value: "1",
precision: 20,
},
detail: {
detail: expect.objectContaining({
id: expect.any(String),
order_id: expect.any(String),
version: 1,
@@ -301,7 +301,7 @@ medusaIntegrationTestRunner({
return_received_quantity: 0,
return_dismissed_quantity: 0,
written_off_quantity: 0,
},
}),
subtotal: 50,
total: 50,
original_total: 50,