woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

Remove Link Autofill #3613

Closed annemirasol closed 1 day ago

annemirasol commented 3 days ago

Fixes #3612

Changes proposed in this Pull Request:

Removes Link Autofill Modal, as part of the move to Link in the Payment Element.

Testing instructions

Objective: Test that Link autofill is no longer present, and nothing broke from the checkout process.

  1. Enable Link as a payment method.
  2. As a logged in shopper, add a product to cart and go to block checkout.
  3. For logged in shoppers, we expect the email address field to be pre-filled. Verify that the Link button is no longer there.
  4. Verify that you can finish purchasing your order without any problem.
  5. Repeat steps 2-5 for shortcode checkout.

Notes

User is signed out User is signed out (expanded) Prompt to sign up
Screenshot 2024-11-19 at 10 01 34 AM Screenshot 2024-11-19 at 10 02 17 AM Screenshot 2024-11-19 at 10 15 56 AM

Post merge