woocommerce / woocommerce-paypal-payments

https://wordpress.org/plugins/woocommerce-paypal-payments/
GNU General Public License v2.0
61 stars 47 forks source link

Remove shipping callback for Venmo express button (3324) #2374

Closed Dinamiko closed 3 days ago

Dinamiko commented 1 week ago

Venmo button is not rendered in express checkout buttons due to a JS SDK error:

Captura de pantalla 2024-06-28 a las 10 37 23

Steps To Reproduce

Possible cause

When including onShippingOptionsChange and/or onShippingAddressChange to the Venmo button, it currently throws the JS error.

We are already checking for the above condition here but the JS SDK error is thrown before that check is reached.

Suggested solution

Add an early condition for venmo that will be executed before JS SDK is executed.