@wix/pricing-plans 1.0.20 → 1.0.21

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.
@@ -71,7 +71,7 @@ export interface Plan {
71
71
  */
72
72
  allowFutureStartDate?: boolean | null;
73
73
  /**
74
- * Whether the buyer is allowed to cancel their plan. If `false`, calling the [`cancelOrder()`](../cancelorder) function returns an error.
74
+ * Whether the buyer is allowed to cancel their plan. If `false`, calling the `cancelOrder()` function returns an error.
75
75
  *
76
76
  * Default: `false`.
77
77
  *
@@ -691,7 +691,7 @@ export interface UpdatePlan {
691
691
  */
692
692
  allowFutureStartDate?: boolean | null;
693
693
  /**
694
- * Whether the buyer is allowed to cancel their plan. If `false`, calling the [`cancelOrder()`](../cancelorder) function returns an error.
694
+ * Whether the buyer is allowed to cancel their plan. If `false`, calling the `cancelOrder()` function returns an error.
695
695
  *
696
696
  * Default: `false`.
697
697
  *
@@ -71,7 +71,7 @@ export interface Plan {
71
71
  */
72
72
  allowFutureStartDate?: boolean | null;
73
73
  /**
74
- * Whether the buyer is allowed to cancel their plan. If `false`, calling the [`cancelOrder()`](../cancelorder) function returns an error.
74
+ * Whether the buyer is allowed to cancel their plan. If `false`, calling the `cancelOrder()` function returns an error.
75
75
  *
76
76
  * Default: `false`.
77
77
  *
@@ -691,7 +691,7 @@ export interface UpdatePlan {
691
691
  */
692
692
  allowFutureStartDate?: boolean | null;
693
693
  /**
694
- * Whether the buyer is allowed to cancel their plan. If `false`, calling the [`cancelOrder()`](../cancelorder) function returns an error.
694
+ * Whether the buyer is allowed to cancel their plan. If `false`, calling the `cancelOrder()` function returns an error.
695
695
  *
696
696
  * Default: `false`.
697
697
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pricing-plans",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "0e7c9151cc5adff6f2c44d4a8ce3c344addaf3f623a60d1400b94553"
36
+ "falconPackageHash": "e2c0cf37b4822f94eb4a1bcdea4848cfae5ee210ba76673e69551ea1"
37
37
  }