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

This commit is contained in:
fPolic
2024-01-17 12:14:56 +01:00
@@ -57,7 +57,7 @@ export default class PaymentCollection {
})
refunded_amount?: number | null
@Property({ columnType: "text" })
@Property({ columnType: "text", index: "IDX_payment_collection_region_id" })
region_id: string
@Property({