You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the validate/polltransaction request, the server is returning one additional param: detail->challenge_status.
Change the poll transaction function to return this param too. It can be used to check whether request was declined by user and to cancel the authentication if is so.
pollTransaction function's return value will not be boolean anymore. The plugins need to be updated first to make use of this function.
The text was updated successfully, but these errors were encountered:
By the
validate/polltransaction
request, the server is returning one additional param: detail->challenge_status.Change the poll transaction function to return this param too. It can be used to check whether request was declined by user and to cancel the authentication if is so.
pollTransaction function's return value will not be boolean anymore. The plugins need to be updated first to make use of this function.
The text was updated successfully, but these errors were encountered: