fix: add order_edit_id to Payment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user