feat(core-flows,types): cancel order changes workflow (#8035)

what:

- adds cancel order changes workflow
This commit is contained in:
Riqwan Thamir
2024-07-09 16:06:33 +02:00
committed by GitHub
parent 101ebbe0f0
commit 566bbd5074
12 changed files with 608 additions and 9 deletions
@@ -211,7 +211,7 @@ export default class OrderChange {
columnType: "timestamptz",
nullable: true,
})
canceled_at?: Date
canceled_at?: Date | null = null
@Property({
onCreate: () => new Date(),