@defra-fish/recurring-payments-job 1.63.0-rc.12 → 1.63.0-rc.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/recurring-payments-job",
3
- "version": "1.63.0-rc.12",
3
+ "version": "1.63.0-rc.14",
4
4
  "description": "Rod Licensing Recurring Payments Job",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,11 +36,11 @@
36
36
  "test": "echo \"Error: run tests from root\" && exit 1"
37
37
  },
38
38
  "dependencies": {
39
- "@defra-fish/business-rules-lib": "1.63.0-rc.12",
40
- "@defra-fish/connectors-lib": "1.63.0-rc.12",
39
+ "@defra-fish/business-rules-lib": "1.63.0-rc.14",
40
+ "@defra-fish/connectors-lib": "1.63.0-rc.14",
41
41
  "commander": "^7.2.0",
42
42
  "debug": "^4.3.3",
43
43
  "moment-timezone": "^0.5.34"
44
44
  },
45
- "gitHead": "077b17c4a39822d8db2419d99e0a8dce2bb4a8ff"
45
+ "gitHead": "7b43e86ea607a9e8c8c8aa15d24c5fe92f6b6853"
46
46
  }
@@ -166,6 +166,5 @@ const processRecurringPaymentStatus = async payment => {
166
166
  } else {
167
167
  debug(`Unexpected error fetching payment status for ${payment.paymentId}.`)
168
168
  }
169
- await salesApi.cancelRecurringPayment(payment.transaction.recurringPayment.id)
170
169
  }
171
170
  }