-
Notifications
You must be signed in to change notification settings - Fork 58
Add Pay with Crypto promo messaging (5439) #3765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/3.2.0
Are you sure you want to change the base?
Add Pay with Crypto promo messaging (5439) #3765
Conversation
Restore the gateway description filter hook that was removed when `get_description()` method was overridden in version 3.1.0. This filter allows third-party plugins and themes to modify gateway descriptions. Adds `woocommerce_paypal_payments_gateway_description` filter with `wp_kses_post()` sanitization and passes full gateway instance to filter for maximum flexibility. Fixes backward compatibility break reported by users relying on description filtering for custom gateway modifications.
- Add expandPaymentGateway method for classic checkout and pay by link pages - Add locators - Add expects to minimize timeouts
- Add expandPaymentGateway method for classic checkout and pay by link pages - Add expects to minimize timeouts
…e-gateway-description-filter-in-pay-pal-gateway-get-description Restore gateway description filter hook in PayPalGateway (5306)
…kup-fails-on-classic-checkout-when-email-is-pre-populated-from-session-v2 Refactor Fastlane email submission state management in Classic Checkout (5095)
Fix incorrect context when using mini-cart in product pages (5308)
Qa fixes 320 rc1
Implements automatic code review requests for all pull requests. All team members will be notified when PRs are opened, with @Dinamiko as dev lead listed first, followed by team members in alphabetical order. This streamlines the review process and ensures consistent code oversight across the repository.
…file-to-automatically-assign-pr-code-reviews Add CODEOWNERS file for automatic PR review assignments (5321)
…odule The filter callback in AxoModule was calling `$this->should_render_fastlane()` which doesn't exist in the class. Fixed by properly injecting and using the `AxoApplies` service from the container to check if Fastlane should be rendered. Also removed unused `$endpoint` parameter from the callback signature.
…od-in-axo-module Replace undefined `should_render_fastlane()` method call in AxoModule (5438)
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. 🔗 Test this pull request with WordPress Playground What's included:
Login credentials:
Plugin Details:
🤖 Auto-generated for commit 3a2d8e4 • Last updated: 2025-10-17T11:53:41.925Z |
…paypal-payments into PCP-5439-pre-release-pw-c-advertisement-actions-wc-inbox-things-to-do-next
[QA] wp env support for E2E Tests
Add Composer Auth env for QA in E2E CI Workflow
…ayments into PCP-5439-pre-release-pw-c-advertisement-actions-wc-inbox-things-to-do-next
…ayment processing" This reverts commit f1015ff.
This reverts commit 8301187.
Note: This PR is against the
release/3.2.0
branch and notdevelop
.Description
This PR will add a "Pay with Crypto" Things to Do item and a WC Inbox item.
Screenshots