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
The payload for operation approval is not implemented correctly.
{ "requestObject": { "id": "string", "data": "string", "proximityCheck": { "otp": "string", "type": "QR_CODE", "timestampRequested": "2023-07-18T07:56:49.516Z", "timestampSigned": "2023-07-18T07:56:49.516Z" } } }
But should be
{ "requestObject": { "id": "string", "data": "string", "proximityCheck": { "otp": "string", "type": "QR_CODE", "timestampReceived": "2023-07-18T07:56:49.516Z", "timestampSent": "2023-07-18T07:56:49.516Z" } } }
Rename
timestampRequested
timestampReceived
timestampSigned
timestampSent
Related to #805
The text was updated successfully, but these errors were encountered:
Fix #942: Rename proximity anti-fraud check parameters
2411c6c
c46e032
banterCZ
No branches or pull requests
The payload for operation approval is not implemented correctly.
But should be
Rename
timestampRequested
->timestampReceived
timestampSigned
->timestampSent
Related to #805
The text was updated successfully, but these errors were encountered: