You are here

commerce_square.schema.yml in Commerce Square Connect 8

config/schema/commerce_square.schema.yml

File

config/schema/commerce_square.schema.yml
View source
  1. commerce_payment.commerce_payment_gateway.plugin.square:
  2. type: commerce_payment_gateway_configuration
  3. mapping:
  4. test_location_id:
  5. type: string
  6. label: 'Test Location ID'
  7. live_location_id:
  8. type: string
  9. label: 'Live Location ID'
  10. commerce_square.settings:
  11. type: config_object
  12. label: 'Commerce Square settings'
  13. mapping:
  14. app_name:
  15. type: string
  16. label: 'Application Name'
  17. app_secret:
  18. type: string
  19. label: 'Application Secret'
  20. sandbox_app_id:
  21. type: string
  22. label: 'Sandbox Application ID'
  23. sandbox_access_token:
  24. type: string
  25. label: 'Sandbox Access Token'
  26. production_app_id:
  27. type: string
  28. label: 'Production Application ID'