Commit fdb868c
chore: 2022-08-23 release (#423)
* 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
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 96b63ad commit fdb868c
File tree
41 files changed
+558
-170
lines changed- .github/workflows
- codelab-steps
- firestore-stripe-payments
- _emulator
- extensions
- functions
- __tests__
- helpers
- forms
- stripeApi
- tests
- checkoutsessions
- customers
- portalLinks
- webhookevents
- src
- firestore-stripe-web-sdk
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+558
-170
lines changed| 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 | |
|---|---|---|---|
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
530 | 529 | | |
531 | 530 | | |
532 | 531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
270 | 277 | | |
271 | 278 | | |
272 | 279 | | |
273 | | - | |
| 280 | + | |
274 | 281 | | |
275 | 282 | | |
276 | 283 | | |
| |||
393 | 400 | | |
394 | 401 | | |
395 | 402 | | |
396 | | - | |
| 403 | + | |
397 | 404 | | |
398 | 405 | | |
399 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments