You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClient.kt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -938,20 +938,21 @@ class ProductRestClient @Inject constructor(
938
938
* @param [site] The site to fetch product reviews for
939
939
* @param [storedWCProductModel] the stored model to compare with the [updatedProductModel]
940
940
* @param [updatedProductModel] the product model that contains the update
941
+
* @param [metadataChanges] the metadata changes to be updated
0 commit comments