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

This commit is contained in:
fPolic
2024-01-17 09:43:23 +01:00
@@ -38,9 +38,6 @@ export default class PaymentSession {
})
status: PaymentSessionStatus
@Property({ columnType: "boolean", nullable: true })
is_selected?: boolean | null
@Property({
columnType: "timestamptz",
nullable: true,