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

Commit 089493c

Browse files
committed
Added downloadable filter status
1 parent f11ad0f commit 089493c

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)