Fix typo (wc-update-functions.php) (#50146)

* Update wc-update-functions.php

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

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Vedanshu Jain <vedanshu.jain.2012@gmail.com>
This commit is contained in:
DAnn2012 2024-09-09 14:15:19 +02:00 committed by GitHub
parent b913931623
commit acdf296215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Fix typo (wc-update-functions.php)

View File

@ -2691,7 +2691,7 @@ function wc_update_890_update_connect_to_woocommerce_note() {
* Disables the PayPal Standard gateway for stores that aren't using it. * Disables the PayPal Standard gateway for stores that aren't using it.
* *
* PayPal Standard has been deprecated since WooCommerce 5.5, but there are some stores that have it showing up in their * PayPal Standard has been deprecated since WooCommerce 5.5, but there are some stores that have it showing up in their
* list of available Payment methods even if it's not setup. In WooComerce 8.9 we will disable PayPal Standard for those stores * list of available Payment methods even if it's not setup. In WooCommerce 8.9 we will disable PayPal Standard for those stores
* to reduce the amount of new connections to the legacy gateway. * to reduce the amount of new connections to the legacy gateway.
* *
* Shows an admin notice to inform the store owner that PayPal Standard has been disabled and suggests installing PayPal Payments. * Shows an admin notice to inform the store owner that PayPal Standard has been disabled and suggests installing PayPal Payments.