Skip to content

Commit

Permalink
Add jp_memberships_is_sandboxed to synced meta (#37088)
Browse files Browse the repository at this point in the history
* Add sync item to JP sync for memberships sandbox

* changelog
  • Loading branch information
chrisfromthelc authored Apr 26, 2024
1 parent f633338 commit eeab523
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

Adds a jp_memberships_is_sandboxed item for sync.
Original file line number Diff line number Diff line change
@@ -198,6 +198,9 @@ private static function get_plan_property_mapping() {
'is_deleted' => array(
'meta' => $meta_prefix . 'is_deleted',
),
'is_sandboxed' => array(
'meta' => $meta_prefix . 'is_sandboxed',
),
);
return $properties;
}

0 comments on commit eeab523

Please sign in to comment.