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/ProductApiResponse.kt
Copy file name to clipboardExpand all lines: plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductDtoMapper.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ class ProductDtoMapper @Inject constructor(
Copy file name to clipboardExpand all lines: plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductVariationApiResponse.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ class ProductVariationApiResponse : Response {
12
12
var description:String?=null
13
13
var permalink:String?=null
14
14
var sku:String?=null
15
-
varglobalUniqueId:String?=null
15
+
varglobal_unique_id:String?=null
16
16
var status:String?=null
17
17
var price:String?=null
18
18
var regular_price:String?=null
@@ -76,7 +76,7 @@ class ProductVariationApiResponse : Response {
0 commit comments