Commit d8807511b1 for woocommerce
commit d8807511b14e32795b35d7133776e31cacf24d8c
Author: Oleksandr Aratovskyi <79862886+oaratovskyi@users.noreply.github.com>
Date: Fri Feb 13 12:48:48 2026 +0200
Update N-Genius name description as requested from partners (#63245)
* Update N-Genius name description as requested from partners.
* Match description with the partner needs
---------
Co-authored-by: oaratovskyi <oleksandr.aratovskyi@automattic.com>
diff --git a/plugins/woocommerce/changelog/update-WOOPLUG-6294-fix-ngenius-name b/plugins/woocommerce/changelog/update-WOOPLUG-6294-fix-ngenius-name
new file mode 100644
index 0000000000..6ee57d3d77
--- /dev/null
+++ b/plugins/woocommerce/changelog/update-WOOPLUG-6294-fix-ngenius-name
@@ -0,0 +1,4 @@
+Significance: patch
+Type: tweak
+
+Fix N-Genius Online payment extension suggestion name and description.
diff --git a/plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentsExtensionSuggestions.php b/plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentsExtensionSuggestions.php
index 57ce5ff4ab..c06bc874de 100644
--- a/plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentsExtensionSuggestions.php
+++ b/plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentsExtensionSuggestions.php
@@ -4151,7 +4151,7 @@ class PaymentsExtensionSuggestions {
),
self::NGENIUS => array(
'_type' => self::TYPE_PSP,
- 'title' => esc_html__( 'N-Genius Online', 'woocommerce' ),
+ 'title' => esc_html__( 'N-Genius Online by Network', 'woocommerce' ),
'description' => esc_html__( 'Power your business with N-Genius Online—smart, secure, and built for the future', 'woocommerce' ),
'icon' => plugins_url( 'assets/images/onboarding/icons/ngenius.svg', WC_PLUGIN_FILE ),
'plugin' => array(