Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions firestore-stripe-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[docs] - update migration link to 3.12

[docs] - fix typo in interface

## Version 0.3.11 - 2025-05-24

[chore] - improve tests and CI
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-payments/functions/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export interface Subscription {
*/
price: FirebaseFirestore.DocumentReference<FirebaseFirestore.DocumentData>;
/**
* Array of price references. If you prvoide multiple recurring prices to the checkout session via the `line_items` parameter,
* Array of price references. If you provide multiple recurring prices to the checkout session via the `line_items` parameter,
* this array will hold the references for all recurring prices for this subscription. `price === prices[0]`.
*/
prices: Array<
Expand Down