fix: add order_edit_id to Payment

This commit is contained in:
fPolic
2024-01-15 18:04:39 +01:00
parent efdc59fd53
commit 89d6d7e846
+3
View File
@@ -63,6 +63,9 @@ export default class Payment {
@Property({ columnType: "text", nullable: true })
order_id: string | null
@Property({ columnType: "text", nullable: true })
order_edit_id: string | null
@Property({ columnType: "text", nullable: true })
customer_id: string | null