Skip to content

Commit 5127ef5

Browse files
dpaun1985Dan Paun
andauthored
Remove Link beta headers (#2402)
Co-authored-by: Dan Paun <[email protected]>
1 parent a968436 commit 5127ef5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
= 6.5.1 - 2022-08-01 =
66
* Fix - Stripe Link missing styles and logo for email trigger button
77
* Fix - Stripe Link fatal error on `get_upe_enabled_payment_method_ids` method.
8+
* Fix - Remove Link beta headers on checkout.
89

910
= 6.5.0 - 2022-07-28 =
1011
* Add - Stripe Link: Add beta headers for Stripe server requests

client/api/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ export default class WCStripeAPI {
8888
options.betas = betas;
8989
}
9090

91-
if ( betas.includes( 'link_autofill_modal_beta_1' ) ) {
92-
options.apiVersion = '2020-08-27;link_beta=v1';
93-
}
9491
return new Stripe( key, options );
9592
}
9693

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,8 @@ If you get stuck, you can ask for help in the Plugin Forum.
130130

131131
= 6.6.0 - 2022-xx-xx =
132132

133+
= 6.5.1 - 2022-08-01 =
134+
* Fix - Stripe Link fatal error on `get_upe_enabled_payment_method_ids` method.
135+
* Fix - Remove Link beta headers on checkout.
136+
133137
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)