You are here

uc_stripe.schema.yml in Ubercart Stripe 8.2

Same filename and directory in other branches
  1. 8.3 config/schema/uc_stripe.schema.yml
config/schema/uc_stripe.schema.yml

File

config/schema/uc_stripe.schema.yml
View source
  1. payment_method.settings.stripe:
  2. mapping:
  3. testmode:
  4. type: boolean
  5. test_publishable_key:
  6. type: string
  7. live_publishable_key:
  8. type: string
  9. test_secret_key:
  10. type: string
  11. live_secret_key:
  12. type: string