woocommerce-paypal-payments/modules/ppcp-axo-block/src
Narek Zakarian ce03b62769
fix: correct asset path for PayPalInsightsLoader.js in AxoBlockModule
The script was registered using 'PayPalInsightsLoader.js', which resolved
to the non-existent 'ppcp-axo-block-js-PayPalInsightsLoader.js'. The webpack
entry lives at js/plugins/PayPalInsightsLoader.js, so the built asset is
'ppcp-axo-block-js-plugins-PayPalInsightsLoader.js'. Passing
'plugins/PayPalInsightsLoader.js' to get_asset_url() produces the correct
path and eliminates the checkout console error.
2026-04-23 14:58:40 +04:00
..
AxoBlockModule.php fix: correct asset path for PayPalInsightsLoader.js in AxoBlockModule 2026-04-23 14:58:40 +04:00
AxoBlockPaymentMethod.php feat(axo): pass show_watermark setting to block checkout JS config 2026-03-04 18:00:56 +04:00