Skip to content

Commit 9d4c23d

Browse files
authored
docs(firestore-stripe-payments): Update APIs for restricted key (#411)
Prices API replaces the Plans API, per https://stripe.com/docs/api/plans
1 parent 1beca29 commit 9d4c23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-stripe-payments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before installing this extension, set up the following Firebase services in your
4848

4949
Then, in the [Stripe Dashboard](https://dashboard.stripe.com):
5050

51-
- Create a new [restricted key](https://stripe.com/docs/keys#limit-access) with write access for the "Customers", "Checkout Sessions" and "Customer portal" resources, and read-only access for the "Subscriptions" and "Plans" resources.
51+
- Create a new [restricted key](https://stripe.com/docs/keys#limit-access) with write access for the "Customers", "Checkout Sessions" and "Customer portal" resources, and read-only access for the "Subscriptions" and "Prices" resources.
5252

5353
#### Billing
5454

0 commit comments

Comments
 (0)