-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
feat(/welcome): add messages for new intents and results #482
Conversation
✅ Deploy Preview for webmonetization-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
raducristianpopa marked as non substantive for IPR from ash-nazg. |
} | ||
|
||
type Intent = 'connect' | 'funds' | ||
type Intent = 'connect' | 'reconnect' | 'funds' | 'update_budget' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add messages for reconnect
and update_budget
as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added messages for update_budget
intent.
for the reconnect
intent we don't need messages as we reuse the grant we have (we do not ask to accept/reject grant), KEY_SUCCESS
and KEY_ERROR
act as messages for reconnect
Context
Closes #481
Closes interledger/web-monetization-extension#738