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
ConfirmView uses route params and TempTransactionStorage, and there are some duplicate values between the two. It would be ideal to stop using route params altogether and only use TempTransactionStorage to load all the required data (including quantity and token (process) ID).
The text was updated successfully, but these errors were encountered:
ConfirmView
uses route params andTempTransactionStorage
, and there are some duplicate values between the two. It would be ideal to stop using route params altogether and only useTempTransactionStorage
to load all the required data (including quantity and token (process) ID).The text was updated successfully, but these errors were encountered: