Browse Source

activated stripe

bach 3 years ago
parent
commit
9bb8e74467

+ 2 - 2
config/sync/commerce_payment.commerce_payment_gateway.manual.yml

@@ -20,6 +20,6 @@ conditions:
     plugin: 'order_purchased_entity:commerce_product_variation'
     configuration:
       entities:
-        4: 2eb9460f-5816-4cda-8fb5-aca553d7d473
-        6: 56bbfeba-a2af-4e97-b04a-9ac31f24c6b9
+        2: 36892abd-6b92-499f-b556-24ad81b9ae85
+        4: 886467b4-107d-4836-a94a-e951823f4415
 conditionOperator: AND

+ 3 - 3
config/sync/commerce_payment.commerce_payment_gateway.stripe.yml

@@ -9,10 +9,10 @@ label: Stripe
 weight: -10
 plugin: stripe
 configuration:
-  publishable_key: pk_test_51I7RAuBp8BkjanLQtX3lktLLC3PIOkzKVqPqijC9GZz1XD2PHLZHEQOSJzjVnvxO2aMuk0mQybVZnNnLsJDSWMP800VENEIUqZ
-  secret_key: sk_test_51I7RAuBp8BkjanLQSwUpyIDFUwvWgXjsJZHI5HAcZK9XCe3Gw1BuhxvvgZccv5Feb6jAo8ZskId2K5Oy4IIUsOQP00Mb4LdMfO
+  publishable_key: pk_live_51I7RAuBp8BkjanLQp3lsf7QBqO1xhRj8gLEbH4ivBEiZhkGwxgrQNGGizo5yk7HgxkiW3jRY6M4ni8pVfBTt5DGW00nBUevKbl
+  secret_key: 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
   display_label: Stripe
-  mode: test
+  mode: live
   payment_method_types:
     - credit_card
   collect_billing_information: true