woocommerce-paypal-payments/modules/ppcp-googlepay/resources/js/Context
Narek Zakarian 013eb6082d
test(googlepay): cover subscription eligibility logic
Adds direct coverage for BaseHandler's validateContext(), including
the manual-renewals gate for pay-for-order, the unconditional block
for a new subscription in cart, and that pay-for-order takes
precedence when both flags are set. Also confirms PayNowHandler
correctly inherits this behavior.
2026-07-03 16:23:53 +04:00
..
BaseHandler.js fix(googlepay): gate renewal rendering on manual renewals setting 2026-07-03 16:23:40 +04:00
BaseHandler.test.js test(googlepay): cover subscription eligibility logic 2026-07-03 16:23:53 +04:00
CartBlockHandler.js Fix handlers for Google Pay in Checkout and Cart Blocks 2025-10-21 15:44:57 +04:00
CartHandler.js Run eslint autofix 2024-07-12 12:58:34 +02:00
CheckoutBlockHandler.js Fix handlers for Google Pay in Checkout and Cart Blocks 2025-10-21 15:44:57 +04:00
CheckoutHandler.js Migrate to imports 2025-12-12 23:20:16 +04:00
ContextHandlerFactory.js Run eslint autofix 2024-07-12 12:58:34 +02:00
MiniCartHandler.js Run eslint autofix 2024-07-12 12:58:34 +02:00
PayNowHandler.js fix(googlepay): remove redundant pay-now subscription check 2026-07-03 16:23:46 +04:00
PreviewHandler.js Run eslint autofix 2024-07-12 12:58:34 +02:00
SingleProductHandler.js Add missing import 2026-06-24 14:18:14 +03:00
SingleProductHandler.test.js Update GooglePay tests 2026-06-24 15:54:15 +03:00