diff --git a/includes/entities/class-fs-plugin-plan.php b/includes/entities/class-fs-plugin-plan.php index 5bc6bc2d..e89e2bce 100755 --- a/includes/entities/class-fs-plugin-plan.php +++ b/includes/entities/class-fs-plugin-plan.php @@ -92,6 +92,14 @@ class FS_Plugin_Plan extends FS_Entity { * @var bool Is hidden plan. */ public $is_hidden; + /** + * @var FS_Pricing[] + */ + public $pricing; + /** + * @var object[] + */ + public $features; #endregion Properties diff --git a/start.php b/start.php index 896a815f..88bafd48 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.7.3.3'; + $this_sdk_version = '2.7.3.4'; #region SDK Selection Logic --------------------------------------------------------------------