We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 fields for:
createTosAgreeDate
createTosAgreeVers
In order to preserve the version of the TOS that was agreed to, we can form it as a URL similar to:
https://raw.githubusercontent.com/ebekker/FMRL/{GitHubCommitHash}/FMRL/Shared/TosContent.cshtml
Addtionally, if and when we add storing a receipt record, we can add a comparable set of readTosAgreeDate and readTosAgreeVers fields to the record.
readTosAgreeDate
readTosAgreeVers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add fields for:
createTosAgreeDate
- timestamp when TOS were agreed upon message createcreateTosAgreeVers
- version of the TOS which were agreed to (i.e. a URL)In order to preserve the version of the TOS that was agreed to, we can form it as a URL similar to:
https://raw.githubusercontent.com/ebekker/FMRL/{GitHubCommitHash}/FMRL/Shared/TosContent.cshtml
Addtionally, if and when we add storing a receipt record, we can add a comparable set of
readTosAgreeDate
andreadTosAgreeVers
fields to the record.The text was updated successfully, but these errors were encountered: