-
Notifications
You must be signed in to change notification settings - Fork 308
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
SEP-24: Added refunded transaction status #1195
Conversation
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.
One change request, otherwise looks good to me. cc @JakeUrban could you also 👀?
ecosystem/sep-0024.md
Outdated
Updated: 2022-05-05 | ||
Version 2.3.0 | ||
Updated: 2022-05-06 | ||
Version 2.3.1 |
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.
Since this is a new feature, the addition of a new status, this should be a minor version bump. Reserve patch version bumps for bug fixes.
Version 2.3.1 | |
Version 2.4.0 |
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.
Updated and pushed.
883a5d2
to
db51194
Compare
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.
LGTM
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.
🤔 what is the relationship between refunded
and completed_at
? Can we also add a note to the deprecated refunded
attribute that there is a transaction status for this now?
Updated the I think there are a couple of options:
Please feel free to comment if there are more sensible options. |
I think the third option makes the most sense. Can we update the description of |
updated. |
Since the
refunded
flag is being deprecated, MGI requested therefunded
status.