Skip to content

Commit

Permalink
Earn/fix/memberships meta product (#33323)
Browse files Browse the repository at this point in the history
* Fix `jetpack_memberships_product_id` meta sync.

* changelog

* Fix lint.
  • Loading branch information
n3f authored Oct 6, 2023
1 parent 0e8aa9a commit e2ac97d
Show file tree
Hide file tree
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: patch
Type: bugfix

Add jetpack_memberships_product_id to the list of post meta to sync.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ private static function get_plan_property_mapping() {
'site_subscriber' => array(
'meta' => $meta_prefix . 'site_subscriber',
),
'product_id' => array(
'meta' => $meta_prefix . 'product_id',
),
);
return $properties;
}
Expand Down

0 comments on commit e2ac97d

Please sign in to comment.