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

This commit is contained in:
fPolic
2024-01-18 10:51:28 +01:00

View File

@@ -9,6 +9,7 @@ export default class PaymentProvider {
@Property({
default: true,
columnType: "boolean",
})
is_enabled: boolean = true
}