-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix #663: Add Mobile Token documentation #670
Conversation
"amount": 100, | ||
"currency": "CZK", | ||
"amountFormatted": "100,00", | ||
"currencyFormatted": "Kč" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will document this later on based on the result of discussion at #669
| `KEY_VALUE` | Form field representing a key value item, where items are displayed next to each other. This realistically impose limitation on value length - it should fit into the single line. | | ||
| `NOTE` | Form field representing a generic text note, where label is displayed above the note. As a result, note can be of an arbitrary length and can be multi-line. | | ||
| `HEADING` | Form field representing a heading, where label is displayed as the heading text. | | ||
| `PARTY_INFO` | Form field representing a structured object with information about a third party. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have opened an issue to document missing types #671
docs/Offline-Signatures-QR-Code.md
Outdated
|
||
| Flag | Meaning | | ||
|------|:-----------------------------| | ||
| `B` | Operation can be signed with biometric factor | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If QR code documentation will be part of enrollment documentation, we should also document new flags introduced in 1.4.0; It may be another issue and PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I will add it for now, just for the sake of having all documentation related to operation data (online / offline) and operation form data in one place. We can revise this later, if needed.
## Value Formatting | ||
|
||
Following form data attributes support value formatting: | ||
- `AMOUNT` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 #669 is focused only on the amount formatting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general. We may tune it up in consecutive PRs.
No description provided.