Plugin Appends Version to JS src Even When Disabled
-
On our checkout page, we have every box checked in the Asset CleanUp Options panel to disable it on that page. However the version number is being appended to a payment gateway script which causes the gateway to break.
When the plugin is active the script tag is output as
<script src='https://js.authorize.net/v1/Accept.js?ver=5.5.1' id='wc-authorize-net-cim-accept-inline-js'></script>
When the plugin is completely disabled site-wide, the tag is output as
<script src='https://js.authorize.net/v1/Accept.js' id='wc-authorize-net-cim-accept-inline-js'></script>
Is it possible to disable this behavior? Unfortunately that difference is enough to break the gateway. The plugin in question is https://www.skyverge.com/product/woocommerce-authorize-net-cim/
- The topic ‘Plugin Appends Version to JS src Even When Disabled’ is closed to new replies.