Commit ad40aa0
chore: 2022-08-24 release (#429)
* feat(firestore-stripe-payments): upgraded to the new emulator suite (#400)
tests(firestore-stripe-payments): upgraded to the new emulator suite
* fix(firestore-stripe-payments): added env stripe key check on test setup
* fix(firestore-stripe-payments): added env stripe key check on test setup
* formatted code
* Remove link to old repo
* feat(firestore-stripe-payments): Allow configuring min instances for createCheckoutSession (#375)
* feat: Allow configuring min instances for createCheckoutSession
* Update firestore-stripe-payments/extension.yaml
* Update firestore-stripe-payments/extension.yaml
Co-authored-by: Jonathan Steele <83410553+jsteele-stripe@users.noreply.github.com>
* chore(firestore-stripe-payments): updated scripts for CI and local testing (#415)
* chore(firestore-stripe-payments): updated scripts for ci and local testing
* chore(firestore-stripe-payments): added testing typescript configuration, fixes jest warnings in files
* fix(firestore-stripe-web-sdk): locked sinon types to 10.0.6
* chore(firestore-stripe-payments): removed obsolete comments
* fix(firestore-stripe-payments): `minInstances` parameter expects number
* docs(firestore-stripe-payments): Update APIs for restricted key (#411)
Prices API replaces the Plans API, per https://stripe.com/docs/api/plans
* docs(firestore-stripe-payments): Add extra context to `CREATE_CHECKOUT_SESSION_MIN_INSTANCES` config parameter
* fix(firestore-stripe-payments): added subscription payments prices, test and refactor included (#393)
* fix(firestore-stripe-payments): added subscription payments prices, tests and refactor included
* chore: locked firebase tools workflow to 10.9.2
* added setup emulator for collection helper functions
* chore: commiting empty env files
* chore: updated ci firebase tools to latest
* pinned sinon types at 10.0.6
* feat(firestore-stripe-payments): createPortalLink auth tweaks (#420)
Throw 'unauthenticated' code instead of 'failed-precondition' and use optional chaining (supported in Node 14) to avoid redundant check for 'context.auth.uid'.
* docs(firestore-stripe-payments): Fix GitHub link to `firestore-stripe-web-sdk` README
Fixes #409
* chore: 2022-08-23 release (#422)
* [skip ci] Open PR
* chore(firestore-stripe-payments): 0.3.0 release
* chore: Remove lockfiles from .gitignore (#426)
Re-generated `package-lock.json` for each extension, too
* chore: 2022-08-24 release (#427)
* [skip ci] Open PR
* chore(firestore-stripe-invoices): 0.2.1 release
* chore(firestore-stripe-payments): 0.3.1 release
* fix(firestore-stripe-payments): renamed create checkout min instances config (#428)
* chore: Remove lockfiles from .gitignore
Re-generated `package-lock.json` for each extension, too
* fix(firestore-stripe-payments): renamed create checkout min instances config
* fix: added eventchannel check
Co-authored-by: Jonathan Steele <jsteele@stripe.com>
Co-authored-by: Darren Ackers <ackers86@hotmail.com>
Co-authored-by: Darren Ackers <ackers86@hotmail.com>
Co-authored-by: CJ Avilla <cjavilla@stripe.com>
Co-authored-by: Allen <abierbaum@gmail.com>
Co-authored-by: Will Battel <willbattel@gmail.com>1 parent fdb868c commit ad40aa0
File tree
12 files changed
+9381
-13
lines changed- firestore-stripe-invoices
- functions
- src
- firestore-stripe-payments
- functions
- src
12 files changed
+9381
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | 252 | | |
254 | 253 | | |
255 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments