mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-29 02:07:27 +08:00
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. |
||
|---|---|---|
| .. | ||
| BaseHandler.js | ||
| BaseHandler.test.js | ||
| CartBlockHandler.js | ||
| CartHandler.js | ||
| CheckoutBlockHandler.js | ||
| CheckoutHandler.js | ||
| ContextHandlerFactory.js | ||
| MiniCartHandler.js | ||
| PayNowHandler.js | ||
| PreviewHandler.js | ||
| SingleProductHandler.js | ||
| SingleProductHandler.test.js | ||