Continue implementing live risk checks
This commit is contained in:
@@ -119,6 +119,7 @@ class AccountForm(RestrictedFormMixin, ModelForm):
|
||||
"sandbox",
|
||||
"enabled",
|
||||
"risk_model",
|
||||
"initial_balance",
|
||||
)
|
||||
help_texts = {
|
||||
"name": "Name of the account. Informational only.",
|
||||
@@ -128,6 +129,7 @@ class AccountForm(RestrictedFormMixin, ModelForm):
|
||||
"sandbox": "Whether to use the sandbox/demo or not.",
|
||||
"enabled": "Whether the account is enabled.",
|
||||
"risk_model": "The risk model to use for this account.",
|
||||
"initial_balance": "The initial balance of the account.",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user