diff --git a/modules/commerce/migrations/d7_commerce_order.yml b/modules/commerce/migrations/d7_commerce_order.yml index 0414287..d84d242 100644 --- a/modules/commerce/migrations/d7_commerce_order.yml +++ b/modules/commerce/migrations/d7_commerce_order.yml @@ -5,6 +5,8 @@ migration_tags: - Commerce 1 source: plugin: d7_order + constants: + refresh_state: refresh_skip process: # If you are using this file to build a custom migration consider removing # the order_id field to allow incremental migrations. @@ -34,16 +36,7 @@ process: completed: changed mail: mail data: data - data/refresh_state: - plugin: static_map - source: status - bypass: true - map: - checkout_checkout: refresh_skip - checkout_review: refresh_skip - checkout_payment: refresh_skip - checkout_complete: refresh_skip - cart: refresh_skip + data/refresh_state: constants/refresh_state store: plugin: default_value default_value: 1