woocommerce-paypal-payments/modules/ppcp-axo-block
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
..
resources fix(axo): guard watermark lifecycle in WatermarkManager when watermark is disabled 2026-03-04 18:26:12 +04:00
src fix: correct asset path for PayPalInsightsLoader.js in AxoBlockModule 2026-04-23 14:58:40 +04:00
composer.json Remove dhii deps in modules 2026-02-18 15:47:44 +02:00
module.php Fix PHPCS spacing issues 2025-08-22 17:00:32 +02:00
services.php Remove unused 2026-02-20 09:52:25 +02:00