Merge branch 'feat/payment-module-models' into feat/payment-module-interfaces

This commit is contained in:
fPolic
2024-01-17 10:57:35 +01:00

View File

@@ -57,8 +57,8 @@ export default class PaymentCollection {
})
refunded_amount?: number | null
@Property({ columnType: "text", nullable: true })
region_id?: string | null
@Property({ columnType: "text" })
region_id: string
@Property({
onCreate: () => new Date(),