Plugin still loading script from old domain
-
Hi,
I noticed that the Resolve for WooCommerce plugin is still loading its JavaScript file from the old domain:
https://app.paywithresolve.com/js/resolve.js
This triggers a redirect to the new domain on every page load:
https://app.resolvepay.com/js/resolve.js
Steps to reproduce:
- Install the Resolve for WooCommerce plugin
- Load any page with the payment script enqueued
- Check the Network tab in browser DevTools — you’ll see a redirect from paywithresolve.com to resolvepay.com
The script loads fine after the redirect, but the unnecessary hop adds latency and could cause issues in strict redirect environments.
Could the plugin be updated to reference the new domain directly?
Thanks!
You must be logged in to reply to this topic.