commerce_payment.commerce_payment_gateway.stripe.yml 586 B

1234567891011121314151617181920
  1. uuid: e41e2a00-d6e1-4a9b-add4-058e4fbde0d2
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_stripe
  7. id: stripe
  8. label: Stripe
  9. weight: -10
  10. plugin: stripe
  11. configuration:
  12. publishable_key: pk_test_51I7RAuBp8BkjanLQtX3lktLLC3PIOkzKVqPqijC9GZz1XD2PHLZHEQOSJzjVnvxO2aMuk0mQybVZnNnLsJDSWMP800VENEIUqZ
  13. secret_key: sk_test_51I7RAuBp8BkjanLQSwUpyIDFUwvWgXjsJZHI5HAcZK9XCe3Gw1BuhxvvgZccv5Feb6jAo8ZskId2K5Oy4IIUsOQP00Mb4LdMfO
  14. display_label: Stripe
  15. mode: test
  16. payment_method_types:
  17. - credit_card
  18. collect_billing_information: true
  19. conditions: { }
  20. conditionOperator: AND