File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : build
2
2
on :
3
3
push :
4
- branches : [master, beta ]
4
+ branches : [master, preview ]
5
5
pull_request :
6
- branches : [master, beta ]
6
+ branches : [master, preview ]
7
7
jobs :
8
8
test :
9
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ This project is a thin React wrapper around
9
9
It allows you to add embedded components to any React app, and manages the state
10
10
and lifecycle of embedded components for you.
11
11
12
- Note: Connect embedded components is currently still in beta. Please
13
- [ contact us] ( https://stripe.com/docs/connect/get-started-connect-embedded-components#access )
14
- to request beta access.
12
+ Note: Some Connect embedded components are currently still in preview. These can
13
+ be
14
+ [ viewed on our doc site] ( https://docs.stripe.com/connect/supported-embedded-components ) ,
15
+ where you can also request preview access.
15
16
16
17
### Components
17
18
You can’t perform that action at this time.
0 commit comments