Skip to content

Commit

Permalink
[plan-entity] Added missing FS_Plugin_Plan property declarations to p…
Browse files Browse the repository at this point in the history
…revent triggering warnings when the plugin information dialog is opened.
  • Loading branch information
fajardoleo committed Jun 26, 2024
1 parent 689fd56 commit cb37ce4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions includes/entities/class-fs-plugin-plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion start.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @var string
*/
$this_sdk_version = '2.7.2';
$this_sdk_version = '2.7.2.1';

#region SDK Selection Logic --------------------------------------------------------------------

Expand Down

0 comments on commit cb37ce4

Please sign in to comment.