feat(order): order change actions engine (#6467)

This commit is contained in:
Carlos R. L. Rodrigues
2024-02-29 16:22:14 -03:00
committed by GitHub
parent cdb01e073b
commit 03ca5c814e
70 changed files with 5727 additions and 992 deletions
@@ -461,7 +461,7 @@ moduleIntegrationTestRunner({
payment_collection: expect.objectContaining({
id: expect.any(String),
}),
payment_session: {
payment_session: expect.objectContaining({
id: expect.any(String),
updated_at: expect.any(Date),
created_at: expect.any(Date),
@@ -472,25 +472,7 @@ moduleIntegrationTestRunner({
data: {},
status: "authorized",
authorized_at: expect.any(Date),
payment_collection: expect.objectContaining({
id: expect.any(String),
}),
payment: expect.objectContaining({
cart_id: null,
order_id: null,
order_edit_id: null,
customer_id: null,
data: {},
deleted_at: null,
captured_at: null,
canceled_at: null,
refunds: [],
captures: [],
amount: 100,
currency_code: "usd",
provider_id: "pp_system_default",
}),
},
}),
})
)
})