-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Describe the bug
With WooCommerce Subscriptions plugin a customer can change the selected payment method after an initial purchase. The payment method selection does not work on the user acocunt page.
Steps to Reproduce
An existing customer can change their selected payment method with the WooCommerce Subscription plugin. The view can be found from my account under the user's subscriptions page. When clicking the "Change payment method" button next to an subscription, the user is taken to a page similar to the checkout page. On a Finnish site, the URL is something as follows:
/kassa/maksa/16212/?pay_for_order=true&key=wc_order_nSBlUcMx7tY3s&change_payment_method=16212&_wpnonce=770b152749
The script used for the toggle functionality of the payment provider groups does not work on the page. It is assumed, the method selection does not work either.
Expected behaviour
The payment provider group selection and payment method selection are visually and functionally comparable to the checkout page.
Actual behaviour
The CSS and JS do not function on the payment method selection page.