-
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: Allow disabling input fields in credit card form #260
Labels
[Feature] Checkout
The checkout screen and process for purchases made on WordPress.com.
[Type] Enhancement
Milestone
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
This was referenced Nov 20, 2015
fabianapsimoes
added
[Feature] Checkout
The checkout screen and process for purchases made on WordPress.com.
[Type] Enhancement
and removed
[Feature] Purchase Management
Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc.
[Type] Task
labels
Mar 15, 2016
This is no longer an issue since #7537 landed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] Checkout
The checkout screen and process for purchases made on WordPress.com.
[Type] Enhancement
We should be able to disable input fields of the credit card form on the
Edit Card Details
page:This will allow us to prevent users from entering any data while we're still in the process of fetching the actual data for the stored credit card from the API. Note the handling of the submit form button shouldn't be the responsibility of the
<CreditCardForm />
component. Finally, this form is also used in the checkout on theSecure Payment
page to allow users to enter a new credit card, which means this flow should be checked for side effects when this issue is being resolved.The text was updated successfully, but these errors were encountered: