-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to configure custom terms for billing account. #7
Comments
@ajefts for configuring custom terms, you mean when creating billing account, it is allowed to create new payment term by adding recording to payment_terms table? |
No, I'm actually referring to the ability to define custom terms_of_use. We have the ability to define a terms_of_use per billing account per challenge role. So, we manually setup inserts like this for a given billing account:
Then, when the challenge is created in Direct it uses that mapping to set the challenge terms. For this task, I'd like to be able to add/remove terms per role for the billing account. |
No description provided.
The text was updated successfully, but these errors were encountered: