diff --git a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/InsertOrder.kt b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/InsertOrder.kt index b7583e2da2..2f326a72e5 100644 --- a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/InsertOrder.kt +++ b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/InsertOrder.kt @@ -52,7 +52,7 @@ class InsertOrder @Inject internal constructor( ) // Re-fetch the list only when at least one of the inserted orders has changed if (orderChanged) { - dispatcher.dispatch(ListActionBuilder.newListRequiresRefreshAction(listTypeIdentifier)) + dispatcher.dispatch(ListActionBuilder.newListDataInvalidatedAction(listTypeIdentifier)) } } }