woocommerce-paypal-payments/modules/ppcp-local-alternative-payment-methods/src
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
..
PayUponInvoice Extract Pay upon Invoice to ppcp-local-alternative-payment-methods (PCP-3197) 2026-05-28 12:37:43 +02:00
BancontactGateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
BancontactPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
BlikGateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
BlikPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
EPSGateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
EPSPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
IDealGateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
IDealPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
LocalAlternativePaymentMethodsModule.php Fix pui error on blocks checkout 2026-05-29 09:21:22 +02:00
LocalApmProductStatus.php ♻️ Migrate LocalApmProductStatus 2026-01-12 18:54:35 +01:00
MultibancoGateway.php Check wc_get_order result 2026-02-06 08:00:44 +02:00
MultibancoPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
MyBankGateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
MyBankPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
OXXOGateway.php Add integration and unit tests 2026-05-27 11:39:16 +02:00
OXXOIntegration.php Extract oxxo from wc gateway module to local apms module 2026-05-19 12:09:57 +02:00
OXXOPaymentMethod.php Extract oxxo from wc gateway module to local apms module 2026-05-19 12:09:57 +02:00
P24Gateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
P24PaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00
PWCGateway.php 🎨 Update Pay with Crypto gateway icon 2026-03-13 22:43:17 +01:00
PWCPaymentMethod.php fix(local-apms): remove unconditional CSS enqueue from PWCPaymentMethod 2026-06-19 19:11:58 +04:00
TrustlyGateway.php Change status to pending before apm redirect 2026-04-14 10:23:45 +02:00
TrustlyPaymentMethod.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00