Skip to content

[Backport to release/10.7] [Payments NOX] Add new payment partnership extensions (myPOS, Evergreen)#64097

Merged
NeosinneR merged 4 commits intorelease/10.7from
cherry-pick-PR64059-to-release/10.7
Apr 11, 2026
Merged

[Backport to release/10.7] [Payments NOX] Add new payment partnership extensions (myPOS, Evergreen)#64097
NeosinneR merged 4 commits intorelease/10.7from
cherry-pick-PR64059-to-release/10.7

Conversation

@woocommercebot
Copy link
Copy Markdown
Collaborator

This PR is a cherry-pick of #64059 to release/10.7.

Original PR Description

Submission Review Guidelines:

Changes proposed in this Pull Request:

This PR adds two new payment partnership extensions to the WooCommerce payment settings suggestions system, as requested by the Partnerships team.

myPOS

  • Added as an official payment partner (base details + icon only, not recommended in any country).
  • When the myPOS plugin is installed, the official badge will be displayed in the payment settings page.

Evergreen Payments Northwest

  • Added as an official payment partner (base details only, not recommended in any country).
  • When the Evergreen plugin is installed, the official badge will be displayed in the payment settings page.

Note: Mastercard Merchant Cloud was originally part of this PR but has been deferred to a separate ticket (WOOPRD-3412) because the plugin is not yet available on WordPress.org.

Closes https://linear.app/a8c/issue/WOOPRD-3304/payment-partnership-updates .

How to test the changes in this Pull Request:

Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:

Testing myPOS / Evergreen official badge:

  1. Spin up a new JurassicNinja store with WC on this PR's branch, WC Beta Tester (here's a direct create link)
  2. Go to the site's dashboard, click on WooCommerce, and skip the profiler by setting the store country to any country.
  3. Go to WooCommerce > Settings > Payments.
  4. Install and activate either the mypos-virtual-for-woocommerce or evergreen-payments-northwest-gateway-wc plugin.
  5. Go back to WooCommerce > Settings > Payments.
  6. Verify the installed gateway shows the official partner badge.
image

Testing that has already taken place:

  • PaymentsExtensionSuggestionsTest PHPUnit tests pass.
  • PHP linting (PHPCS) passes with no errors or warnings.
  • PHPStan static analysis passes with no errors.

Milestone

Changelog entry

  • Automatically create a changelog entry from the details below.
Changelog Entry Details

Significance

  • Patch

Type

  • Add - Adds functionality

Message

Add myPOS and Evergreen Payments as official payment partners.

…en) (#64059)

* feat(payments): add Mastercard, myPOS, and Evergreen as payment partners

Partnerships team onboarded three new payment solutions. Mastercard
Merchant Cloud is recommended as primary payment provider in 10
countries (BH, EG, JO, KW, SA, NG, PK, QA, ZA, AE). myPOS and
Evergreen are added as official partners (badge-only, no country
recommendations).

Refs WOOPRD-3304

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add changefile(s) from automation for the following project(s): woocommerce

* fix(payments): add preferred tag for Mastercard and reorder countries

Mastercard gets TAG_PREFERRED in 9 countries (all except UAE).
Visa moved below PayPal in BH, JO, KW, QA. Paymob preferred tag
removed in SA. Payoneer preferred tag removed in PK.

Refs WOOPRD-3304

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(payments): update country priority tags per tracker

Remove preferred tags from Paystack (NG, ZA), Paymob (EG, SA), and
Payoneer (PK) since Mastercard is now the primary provider. Move Visa
below PayPal in BH, JO, KW, QA.

Refs WOOPRD-3304

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(payments): update country priority tags per tracker

Add TAG_PREFERRED for Mastercard in 9 countries. Remove preferred tags
from previous primary providers (Visa in BH/JO/KW/QA, Paystack in
NG/ZA, Paymob in EG/SA, Payoneer in PK) since Mastercard is now the
primary. Move Visa below PayPal in BH, JO, KW, QA.

Refs WOOPRD-3304

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(payments): update Mastercard plugin slug

Use mastercard-merchant-cloud-for-woocommerce to match the marketplace
naming convention used by other WooCommerce.com extensions.

Refs WOOPRD-3304

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Remove Mastercard payment partnership changes

* Update changelog entry to reflect myPOS and Evergreen only

* Add changefile(s) from automation for the following project(s): woocommerce

* Add changefile(s) from automation for the following project(s): woocommerce

* chore: Remove Evergreen icon asset

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
Co-authored-by: Vlad Olaru <vlad.olaru@automattic.com>
@github-actions github-actions Bot added this to the 10.7.0 milestone Apr 10, 2026
@github-actions github-actions Bot added the plugin: woocommerce Issues related to the WooCommerce Core plugin. label Apr 10, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 10, 2026

Testing Guidelines

Hi @ObliviousHarmony ,

Apart from reviewing the code changes, please make sure to review the testing instructions (Guide) and verify that relevant tests (E2E, Unit, Integration, etc.) have been added or updated as needed.

Reminder: PR reviewers are required to document testing performed. This includes:

  • 🖼️ Screenshots or screen recordings.
  • 📝 List of functionality tested / steps followed.
  • 🌐 Site details (environment attributes such as hosting type, plugins, theme, store size, store age, and relevant settings).
  • 🔍 Any analysis performed, such as assessing potential impacts on environment attributes and other plugins, conducting performance profiling, or using LLM/AI-based analysis.

⚠️ Within the testing details you provide, please ensure that no sensitive information (such as API keys, passwords, user data, etc.) is included in this public issue.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 10, 2026

Test using WordPress Playground

The changes in this pull request can be previewed and tested using a WordPress Playground instance.
WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Test this pull request with WordPress Playground.

Note that this URL is valid for 30 days from when this comment was last updated. You can update it by closing/reopening the PR or pushing a new commit.

Replace the old detailed 160x160 myPOS icon with a cleaner version
matching the Figma design library — blue rounded rectangle with
white logotype.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@oaratovskyi oaratovskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works well!

Image

@NeosinneR NeosinneR requested a review from a team as a code owner April 11, 2026 09:57
@NeosinneR NeosinneR requested review from ObliviousHarmony and removed request for a team April 11, 2026 09:57
@github-actions github-actions Bot added the focus: monorepo infrastructure Issues and PRs related to monorepo tooling. label Apr 11, 2026
@NeosinneR NeosinneR merged commit a0767d5 into release/10.7 Apr 11, 2026
61 of 62 checks passed
@NeosinneR NeosinneR deleted the cherry-pick-PR64059-to-release/10.7 branch April 11, 2026 20:47
@github-actions github-actions Bot added metric: feature freeze exception A tracking label for PRs that were merged after the feature freeze. needs: documentation The issue/PR requires documentation to be added. labels Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

focus: monorepo infrastructure Issues and PRs related to monorepo tooling. metric: feature freeze exception A tracking label for PRs that were merged after the feature freeze. needs: documentation The issue/PR requires documentation to be added. plugin: woocommerce Issues related to the WooCommerce Core plugin.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants