- Issue created by @bogdog400
- πΊπΈUnited States bogdog400
When I enable the modules manually, I start getting this error:
The configuration 'commerce_price.commerce_currency.USD' exists already and does not match the recipe's configuration
- πͺπΈSpain interdruper
@bogdog400, try to copy your current config commerce_price.commerce_currency.USD.yml to the recipe config folder and/or use 'strict:false' in recipe.yml:
name: Commerce Webform Order Demo description: Initial configuration for Commerce Webform Order type: Site install: - commerce_payment_example - commerce_purchasable_entity - commerce_webform_order - webform_entity_handler config: strict: false import: commerce_cart: '*' commerce_checkout: '*' commerce_order: '*' commerce_payment: '*' # @todo Remove when product is not required by cart. commerce_product: '*' commerce_store: '*'