-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Purchases: Implement Edit Payment Method page #293
Labels
[Feature] Purchase Management
Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc.
[Type] Task
Comments
stephanethomas
added
[Type] Task
[Feature] Purchase Management
Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc.
labels
Nov 20, 2015
ghost
mentioned this issue
Dec 11, 2015
I'll close this for now. Payment Method Management will likely be a project for Gold in the future. |
I opened #6721 to remove these components, as they are currently included in the build but not used anywhere. We can revert it when development on this feature starts again. |
This was referenced May 10, 2022
This was referenced Nov 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] Purchase Management
Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc.
[Type] Task
We should add a new page to allow users to edit the method of payment of an upgrade:
This new page should offer to:
This following modal will be displayed when users click on any
Use This Card
button:This following modal will be displayed when users click on any
Delete Card
button:Here is the list of existing API endpoints that relate to this new page:
Returns a list of credit cards stored during a previous payment
Updates the credit card data for a specific upgrade
Deletes a specific stored credit card
The text was updated successfully, but these errors were encountered: