fix: region id
This commit is contained in:
@@ -57,8 +57,8 @@ export default class PaymentCollection {
|
|||||||
})
|
})
|
||||||
refunded_amount?: number | null
|
refunded_amount?: number | null
|
||||||
|
|
||||||
@Property({ columnType: "text", nullable: true })
|
@Property({ columnType: "text" })
|
||||||
region_id?: string | null
|
region_id: string
|
||||||
|
|
||||||
@Property({
|
@Property({
|
||||||
onCreate: () => new Date(),
|
onCreate: () => new Date(),
|
||||||
|
|||||||
Reference in New Issue
Block a user