Skip to content

Commit

Permalink
Merge pull request invertase#102 from stripe/firestore-stripe-invoice…
Browse files Browse the repository at this point in the history
…s/fix/only-one-of-email-uid

fix(firestore-stripe-invoices): Only one of email or uid.
  • Loading branch information
thorsten-stripe authored Nov 18, 2020
2 parents 14dafb0 + 252158e commit b155be9
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 17 deletions.
4 changes: 4 additions & 0 deletions firestore-stripe-invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.5 - 2020-11-19

[fixed] - Prevent users from specifying both email address and uid, only either one is allowed.

## Version 0.1.4

[fixed] - Add validation for Firestore collection param (#31)
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-invoices/POSTINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ items: [{
or
```js
uid: "[email protected]",
uid: "APkKkSLsT6cjxsCqYMh3Gi0TZtl5",
items: [{
amount: 1999,
currency: "usd",
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-invoices/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-stripe-invoices
version: 0.1.4
version: 0.1.5
specVersion: v1beta

displayName: Send Invoices using Stripe
Expand Down
14 changes: 10 additions & 4 deletions firestore-stripe-invoices/functions/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-stripe-invoices/functions/lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions firestore-stripe-invoices/functions/lib/logs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b155be9

Please sign in to comment.