You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow saved credit cards with a source ID (src_) to be used/displayed with the new checkout experience (#3513)
* Introduce new function to determine valid payment method IDs
* don't remove valid source token (i.e those with card payment method type
* Create new saved tokens for sources, but only if they belong to card method type
* add changelog entries
* Use strpos instead of a function that requires PHP 8+
* Fix typo in changelog entry
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
* Fix - Update Cash App payments to avoid confirming on creation, resolving issues with generic payment failures in live mode.
33
33
* Tweak - Add order lock for redirect payments.
34
34
* Fix - Missing Stripe Fee and Stripe Payout details on orders that were captured manually.
35
+
* Fix - Allow legacy `src_` payment methods linked to a saved credit card to be displayed on the checkout and My Account pages when the new checkout experience is enabled.
35
36
36
37
= 8.7.0 - 2024-09-16 =
37
38
* Add - Introduces a new promotional surface to encourage merchants with the legacy checkout experience and APMs enabled to use the new checkout experience.
Copy file name to clipboardExpand all lines: readme.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,5 +160,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
160
160
* Fix - Update Cash App payments to avoid confirming on creation, resolving issues with generic payment failures in live mode.
161
161
* Tweak - Add order lock for redirect payments.
162
162
* Fix - Missing Stripe Fee and Stripe Payout details on orders that were captured manually.
163
+
* Fix - Allow legacy `src_` payment methods linked to a saved credit card to be displayed on the checkout and My Account pages when the new checkout experience is enabled.
163
164
164
165
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).
0 commit comments