ins-queue-actions 1.2.144 → 1.2.145

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.
@@ -779,7 +779,7 @@ module.exports = {
779
779
  requiredParams: ["bookingId", "displayedBookingId"],
780
780
  },
781
781
  DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER: {
782
- templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
782
+ templateName: "DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER",
783
783
  requiredParams: ["bookingId", "displayedBookingId"],
784
784
  },
785
785
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.144",
3
+ "version": "1.2.145",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {