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
Currently we are zipping responses, hashes_and_paid_amounts & accounts based on order then matching the response for a successful or failed transaction.
The hashes in the responses should be matched against the hashes_and_paid_amounts.
To make things easier we should zip hashes_and_paid_amounts with accounts and pass this new vector as a new argument into the merged_output_data function.
The text was updated successfully, but these errors were encountered:
Currently we are zipping
responses
,hashes_and_paid_amounts
&accounts
based on order then matching the response for a successful or failed transaction.The hashes in the responses should be matched against the hashes_and_paid_amounts.
To make things easier we should zip
hashes_and_paid_amounts
withaccounts
and pass this new vector as a new argument into themerged_output_data
function.The text was updated successfully, but these errors were encountered: