Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the changes
can create ETH requests and pay with ETH Fee proxy and cancel after paid
Motivation
Request Finance user asked to void a paid invoice because they want to edit their description. @kevindavee asked: Is it possible to cancel a request that has already been paid?
Conclusion
Yes. it is possible to cancel a request that has already been paid. ✅
Details
The returned request data, after cancel, shows `state` is `canceled` and the balance remains `1000`. (click to expand)
Analysis
canceled
so this may negatively affect the payee's ability to use this request as proof of income when borrowing.contentData
) of a request after it's been created?contentData
?contentData
would also need to check theextensions.contentData.events
to see if thecontentData
has changed since the request was created.