payment methods to disappear
-
Hello,
I found a bug in the
woo-shipping-dpd-balticplugin that causes payment methods to disappear on the WooCommerce checkout page.In
public/js/dpd-public.jsthere is a function calledpayment_method_change()that binds achangeevent to[name='payment_method']and triggersupdate_checkouton every change. When WooCommerce initializes the checkout page, it fires this event automatically, which triggers an immediateupdate_checkoutcall that wipes the payment methods before they finish rendering.This creates a loop where payment methods appear for a second then disappear immediately on page load.
You must be logged in to reply to this topic.