chore(order): cancel order (#7586)

This commit is contained in:
Carlos R. L. Rodrigues
2024-06-03 12:31:33 -03:00
committed by GitHub
parent fdd9022376
commit 122186a78d
42 changed files with 945 additions and 116 deletions

View File

@@ -299,7 +299,7 @@ moduleIntegrationTestRunner({
{}
)
expect(result).rejects.toThrow(
await expect(result).rejects.toThrow(
"Method calculatePrices requires currency_code in the pricing context"
)
@@ -308,7 +308,7 @@ moduleIntegrationTestRunner({
{ context: { region_id: "DE" } }
)
expect(result).rejects.toThrow(
await expect(result).rejects.toThrow(
"Method calculatePrices requires currency_code in the pricing context"
)
})