tom-microservice 3.10.1 → 3.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tom-microservice",
3
3
  "description": "Tom creates customers, subscriptions plans & send notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.10.1",
5
+ "version": "3.10.2",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -37,7 +37,7 @@ module.exports = ({ config }) => {
37
37
  .then(({ data }) => {
38
38
  if (!data.length) {
39
39
  throw new TypeError(
40
- `The lookup key '${planId}' doesn't match any active Stripe price`
40
+ `The lookup key '${planId}' doesn't match any active Stripe price`
41
41
  )
42
42
  }
43
43
  return data[0].id