Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 657a72d

Browse files
authored
Merge pull request #3126 from wordpress-mobile/issue/13309-filter-downloadable-options-from-api-variations-fluxc
Added downloadable filter options for variations
2 parents f11ad0f + 089493c commit 657a72d

File tree

1 file changed

+1
-1
lines changed
  • plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store

1 file changed

+1
-1
lines changed

plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/WCProductStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class WCProductStore @Inject constructor(
114114
}
115115

116116
enum class VariationFilterOption {
117-
STATUS;
117+
STATUS, DOWNLOADABLE;
118118

119119
override fun toString() = name.lowercase(Locale.US)
120120
}

0 commit comments

Comments
 (0)