We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f854 commit a7927c4Copy full SHA for a7927c4
includes/entities/class-fs-plugin-plan.php
@@ -92,6 +92,14 @@ class FS_Plugin_Plan extends FS_Entity {
92
* @var bool Is hidden plan.
93
*/
94
public $is_hidden;
95
+ /**
96
+ * @var FS_Pricing[]
97
+ */
98
+ public $pricing;
99
100
+ * @var object[]
101
102
+ public $features;
103
104
#endregion Properties
105
start.php
@@ -15,7 +15,7 @@
15
*
16
* @var string
17
18
- $this_sdk_version = '2.7.3.3';
+ $this_sdk_version = '2.7.3.4';
19
20
#region SDK Selection Logic --------------------------------------------------------------------
21
0 commit comments