diff --git a/packages/payment/src/models/payment.ts b/packages/payment/src/models/payment.ts index 15941df136..0f1b5071a0 100644 --- a/packages/payment/src/models/payment.ts +++ b/packages/payment/src/models/payment.ts @@ -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