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
If the user changes their activeWallet, then a new reusable payment request will be created. This is how it should be if a matching payment request does not exist, but if one has already been created, then we should just use that.
This will require us to change how PaymentRequests are created in POST /api/token/pr/index
The text was updated successfully, but these errors were encountered:
If the user changes their activeWallet, then a new reusable payment request will be created. This is how it should be if a matching payment request does not exist, but if one has already been created, then we should just use that.
This will require us to change how PaymentRequests are created in POST /api/token/pr/index
The text was updated successfully, but these errors were encountered: