We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681e01a commit ea33eb9Copy full SHA for ea33eb9
lib/woosignal.dart
@@ -1392,8 +1392,9 @@ class WooSignal {
1392
if (images != null) payload['images'] = images;
1393
if (metaData != null) payload['meta_data'] = metaData;
1394
if (featured != null) payload['featured'] = featured;
1395
- if (catalogVisibility != null)
+ if (catalogVisibility != null) {
1396
payload['catalog_visibility'] = catalogVisibility;
1397
+ }
1398
if (sku != null) payload['sku'] = sku;
1399
if (salePrice != null) payload['sale_price'] = salePrice;
1400
if (downloadable != null) payload['downloadable'] = downloadable;
0 commit comments