Browse Source

commerce order is sending email to info@materio.com

bach 3 years ago
parent
commit
c9ff85a410

+ 13 - 2
config/sync/commerce_order.commerce_order_type.default.yml

@@ -1,15 +1,26 @@
 uuid: 0e75b0ea-ab01-4de6-83c2-d1183c20aed8
 langcode: en
 status: true
-dependencies: {  }
+dependencies:
+  module:
+    - commerce_cart
+    - commerce_checkout
+third_party_settings:
+  commerce_cart:
+    cart_form_view: commerce_cart_form
+    cart_block_view: commerce_cart_block
+    cart_expiration: {  }
+  commerce_checkout:
+    checkout_flow: default
 _core:
   default_config_hash: pGvuJjaRPhhEY9oSM5EGsAtKWgGNSA-0aq4RIvd4BBE
 label: Default
 id: default
 workflow: order_default
+numberPattern: null
 refresh_mode: customer
 refresh_frequency: 300
 sendReceipt: true
-receiptBcc: ''
+receiptBcc: info@materio.com
 traits: {  }
 locked: false

+ 1 - 1
config/sync/commerce_order.commerce_order_type.materio_order_type.yml

@@ -19,6 +19,6 @@ numberPattern: order_default
 refresh_mode: customer
 refresh_frequency: 300
 sendReceipt: true
-receiptBcc: ''
+receiptBcc: info@materio.com
 traits: {  }
 locked: false

+ 3 - 1
config/sync/commerce_order.commerce_order_type.recurring.yml

@@ -10,6 +10,7 @@ third_party_settings:
   commerce_cart:
     cart_form_view: commerce_cart_form
     cart_block_view: commerce_cart_block
+    cart_expiration: {  }
   commerce_checkout:
     checkout_flow: default
 _core:
@@ -17,9 +18,10 @@ _core:
 label: Recurring
 id: recurring
 workflow: order_recurring
+numberPattern: null
 refresh_mode: customer
 refresh_frequency: 300
 sendReceipt: true
-receiptBcc: ''
+receiptBcc: info@materio.com
 traits: {  }
 locked: true