-
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: Fill credit card form with data upon loading Edit Card Details page #193
Comments
Note I've created #260 to be able to disable input fields while loading stored credit card data from the API. The |
#485 takes care of the card holder name. We will handle the country and postal code in another pull request. We will remove the country and postal code returned with the payment data in the |
I'm reopening this issue since we should also populate the country and postal code. |
The form is pre-filled when we click the Edit Payment Method button, but not when you click the Payment Method section. |
As a part of #5074 fix I removed |
Removing this from |
It loads first name at the moment upon loading |
Enable support for post types taxonomies endpoint
On a purchase where a CC used as the payment method when you click "Edit Payment Method" the form loads up empty instead of allowing you to edit the CC details. If you then try to reenter your CC details, you can successfully update, however it adds it as a new credit card.
Also when you click the "Update Card" button it should disable to indicate processing.
The text was updated successfully, but these errors were encountered: