Skip to content

Commit

Permalink
wl-35530: [WL Explorer] API request of all published location IDs
Browse files Browse the repository at this point in the history
+review WL-37047

Added filter by published locations
  • Loading branch information
Varrah committed Apr 15, 2022
1 parent 64a92cc commit d504b77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WellnessLiving/Wl/Business/Account/BusinessAccountModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ class BusinessAccountModel extends WlModelAbstract
* @var string[]
*/
public $a_business_keys = [];

/**
* Specifies if only businesses having published locations should be returned.
*
* @get get
* @var bool
*/
public $is_published = false;
}

?>

0 comments on commit d504b77

Please sign in to comment.