@live-change/stripe-service 0.9.42 → 0.9.43

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/stripeEvents.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/stripe-service",
3
- "version": "0.9.42",
3
+ "version": "0.9.43",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,14 +21,14 @@
21
21
  "url": "https://www.viamage.com/"
22
22
  },
23
23
  "dependencies": {
24
- "@live-change/framework": "^0.9.42",
25
- "@live-change/relations-plugin": "^0.9.42",
24
+ "@live-change/framework": "^0.9.43",
25
+ "@live-change/relations-plugin": "^0.9.43",
26
26
  "lru-cache": "^7.12.0",
27
27
  "pluralize": "^8.0.0",
28
28
  "progress-stream": "^2.0.0",
29
29
  "prosemirror-model": "^1.18.1",
30
30
  "stripe": "^17.2.1"
31
31
  },
32
- "gitHead": "6571e1434eed33df905a7708aad783e9339968f1",
32
+ "gitHead": "608a5e07398216f7f52f58ec338e7b10df457bc3",
33
33
  "type": "module"
34
34
  }
package/stripeEvents.js CHANGED
@@ -35,7 +35,7 @@ definition.trigger({
35
35
  const payment = await Payment.get(referenceId)
36
36
  if(!payment) throw new Error('Payment '+referenceId+' not found')
37
37
  if(object.payment_status === 'paid') {
38
- console.log("PAYMENT TO UPDATE", payment)
38
+ //console.log("PAYMENT TO UPDATE", payment)
39
39
  await triggerService({
40
40
  service: definition.name,
41
41
  type: 'stripe_updatePayment'