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_live_51I7RAuBp8BkjanLQp3lsf7QBqO1xhRj8gLEbH4ivBEiZhkGwxgrQNGGizo5yk7HgxkiW3jRY6M4ni8pVfBTt5DGW00nBUevKbl
  13. secret_key: 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
  14. display_label: Stripe
  15. mode: live
  16. payment_method_types:
  17. - credit_card
  18. collect_billing_information: true
  19. conditions: { }
  20. conditionOperator: AND