woocommerce-paypal-payments/modules/ppcp-compat
Narek Zakarian 104fe0ef37
refactor(compat): extract WCS subscription counting into overridable method
Moves the wcs_get_subscriptions query out of
disable_legacy_paypal_standard_on_connect into a protected
count_wps_active_subscriptions method. The null/int return type
distinguishes "WCS absent" from "zero active subs", and the protected
visibility allows anonymous subclasses in unit tests to inject the count
without needing function_exists mocking.
2026-06-19 15:13:56 +04:00
..
resources/js Refactor GermanizedShipmentIntegration to Shiptastic. 2026-02-03 11:20:38 +01:00
src refactor(compat): extract WCS subscription counting into overridable method 2026-06-19 15:13:56 +04:00
composer.json Remove dhii deps in modules 2026-02-18 15:47:44 +02:00
module.php Refactor remaining modules to Modularity. 2023-12-19 17:26:09 +00:00
services.php Extract oxxo from wc gateway module to local apms module 2026-05-19 12:09:57 +02:00