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
Update PRB payment method generation to use PaymentMethods rather than sources (#3510)
* Update PRB payment method generation to use PaymentMethods rather than sources
* Pass deferred intent flag
* Add missing ,
* Add changelog entries
* Update the cart and checkout block integration of PRBs
* Pass stripe_source arg for compatibility with legacy checkout mode
---------
Co-authored-by: Diego Curbelo <[email protected]>
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
@@ -31,6 +31,7 @@
31
31
* Fix - Resolved an issue which caused the WeChat Pay payment icon to not be displayed on shortcode checkout pages.
32
32
* Fix - Set order payment method title to the customizable title setting rather than the default label.
33
33
* Fix - Update Cash App payments to avoid confirming on creation, resolving issues with generic payment failures in live mode.
34
+
* Fix - Switch Google Pay and Apple Pay PRB flow to create PaymentMethod (pm_) instead of Source (src_), utilizing deferred intent processing.
34
35
* Tweak - Add order lock for redirect payments.
35
36
* Fix - Missing Stripe Fee and Stripe Payout details on orders that were captured manually.
36
37
* 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.
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
@@ -159,6 +159,7 @@ If you get stuck, you can ask for help in the Plugin Forum.
159
159
* Fix - Resolved an issue which caused the WeChat Pay payment icon to not be displayed on shortcode checkout pages.
160
160
* Fix - Set order payment method title to the customizable title setting rather than the default label.
161
161
* Fix - Update Cash App payments to avoid confirming on creation, resolving issues with generic payment failures in live mode.
162
+
* Fix - Switch Google Pay and Apple Pay PRB flow to create PaymentMethod (pm_) instead of Source (src_), utilizing deferred intent processing.
162
163
* Tweak - Add order lock for redirect payments.
163
164
* Fix - Missing Stripe Fee and Stripe Payout details on orders that were captured manually.
164
165
* 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.
0 commit comments