Skip to content

Commit

Permalink
Remove beta note (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyuen-stripe committed Nov 18, 2022
1 parent 66b277c commit ad000fa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions types/stripe-js/elements-group.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,14 @@ export interface StripeElements {
/////////////////////////////

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* Creates a `AddressElement`.
* Creates an `AddressElement`.
*/
create(
elementType: 'address',
options: StripeAddressElementOptions
): StripeAddressElement;

/**
* Requires beta access:
* Contact [Stripe support](https://support.stripe.com/) for more information.
*
* Looks up a previously created `Element` by its type.
*/
getElement(elementType: 'address'): StripeAddressElement | null;
Expand Down

0 comments on commit ad000fa

Please sign in to comment.