Merge branch 'feat/payment-module-models' into feat/payment-module-interfaces
This commit is contained in:
@@ -57,7 +57,7 @@ export default class PaymentCollection {
|
|||||||
})
|
})
|
||||||
refunded_amount?: number | null
|
refunded_amount?: number | null
|
||||||
|
|
||||||
@Property({ columnType: "text" })
|
@Property({ columnType: "text", index: "IDX_payment_collection_region_id" })
|
||||||
region_id: string
|
region_id: string
|
||||||
|
|
||||||
@Property({
|
@Property({
|
||||||
|
|||||||
Reference in New Issue
Block a user