Skip to content

Commit a7927c4

Browse files
fajardoleoswashata
authored andcommitted
[plan-entity] Added missing FS_Plugin_Plan property declarations to prevent triggering warnings when the plugin information dialog is opened.
1 parent 729f854 commit a7927c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

includes/entities/class-fs-plugin-plan.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ class FS_Plugin_Plan extends FS_Entity {
9292
* @var bool Is hidden plan.
9393
*/
9494
public $is_hidden;
95+
/**
96+
* @var FS_Pricing[]
97+
*/
98+
public $pricing;
99+
/**
100+
* @var object[]
101+
*/
102+
public $features;
95103

96104
#endregion Properties
97105

start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @var string
1717
*/
18-
$this_sdk_version = '2.7.3.3';
18+
$this_sdk_version = '2.7.3.4';
1919

2020
#region SDK Selection Logic --------------------------------------------------------------------
2121

0 commit comments

Comments
 (0)