From 9bb8e74467e1b531f72523cd94aa120cb3eb3f00 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 5 Aug 2021 22:24:15 +0200 Subject: [PATCH] activated stripe --- .../commerce_payment.commerce_payment_gateway.manual.yml | 4 ++-- .../commerce_payment.commerce_payment_gateway.stripe.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/sync/commerce_payment.commerce_payment_gateway.manual.yml b/config/sync/commerce_payment.commerce_payment_gateway.manual.yml index 2efcbdd..8e9e3b2 100644 --- a/config/sync/commerce_payment.commerce_payment_gateway.manual.yml +++ b/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 diff --git a/config/sync/commerce_payment.commerce_payment_gateway.stripe.yml b/config/sync/commerce_payment.commerce_payment_gateway.stripe.yml index 3831d37..d38f6a8 100644 --- a/config/sync/commerce_payment.commerce_payment_gateway.stripe.yml +++ b/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