ti2-tourplan 1.0.44 → 1.0.45

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -723,7 +723,7 @@ class Plugin {
723
723
  });
724
724
  return {
725
725
  message: R.path(['AddServiceReply', 'Status'], replyObj)
726
- === 'NO' ? 'Service cannot be added to quote (could be due to no rates)' : '',
726
+ === 'NO' ? 'Service cannot be added to quote for the requested date/stay. (e.g. no rates, block out period, on request, minimum stay etc.)' : '',
727
727
  quote: {
728
728
  id: R.path(['AddServiceReply', 'BookingId'], replyObj),
729
729
  reference: R.path(['AddServiceReply', 'Ref'], replyObj),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ti2-tourplan",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Tourplan's TI2 Plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {