woocommerce-paypal-payments/modules/ppcp-local-alternative-payment-methods
Narek Zakarian 876358dff4
fix(local-apms): remove unconditional CSS enqueue from PWCPaymentMethod
wp_enqueue_style in get_payment_method_script_handles() fired on every
frontend page because WC Blocks calls this method globally during payment
method type registration. The gateway.css is already enqueued with the
correct page condition (checkout/cart/order-pay) via the module-level
wp_enqueue_scripts hook in LocalAlternativePaymentMethodsModule.
2026-06-19 19:11:58 +04:00
..
assets/images Show ratepay logo in blocks checkout 2026-05-29 10:07:11 +02:00
resources Show ratepay logo in blocks checkout 2026-05-29 10:07:11 +02:00
src fix(local-apms): remove unconditional CSS enqueue from PWCPaymentMethod 2026-06-19 19:11:58 +04:00
composer.json Remove dhii deps in modules 2026-02-18 15:47:44 +02:00
module.php Refactor LocalAlternativePaymentMethodsModule 2024-08-29 18:56:03 +02:00
services.php Fix pui error on blocks checkout 2026-05-29 09:21:22 +02:00