Skip to content

Commit

Permalink
Remove mentions of ECE being in beta (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieosborn-stripe committed Aug 24, 2023
1 parent b516a5e commit 2dbb980
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ export const PaymentElement: PaymentElementComponent = createElementComponent(
);

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* @docs https://stripe.com/docs/stripe-js/react#element-components
*/
export const ExpressCheckoutElement: ExpressCheckoutElementComponent = createElementComponent(
Expand All @@ -143,9 +140,6 @@ export const PaymentRequestButtonElement: PaymentRequestButtonElementComponent =
);

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* @docs https://stripe.com/docs/stripe-js/react#element-components
*/
export const LinkAuthenticationElement: LinkAuthenticationElementComponent = createElementComponent(
Expand Down

0 comments on commit 2dbb980

Please sign in to comment.