You are here

commerce_sermepa.schema.yml in Commerce sermepa 8.2

config/schema/commerce_sermepa.schema.yml

File

config/schema/commerce_sermepa.schema.yml
View source
  1. commerce_payment.commerce_payment_gateway.plugin.commerce_sermepa:
  2. type: commerce_payment_gateway_configuration
  3. mapping:
  4. merchant_name:
  5. type: string
  6. label: 'The merchant name'
  7. merchant_code:
  8. type: string
  9. label: 'The merchant code'
  10. merchant_group:
  11. type: string
  12. label: 'The merchant group'
  13. merchant_password:
  14. type: string
  15. label: 'The merchant password'
  16. merchant_terminal:
  17. type: string
  18. label: 'The merchant terminal'
  19. merchant_paymethods:
  20. type: sequence
  21. label: 'The merchant payment methods'
  22. sequence:
  23. type: string
  24. label: 'Payment method'
  25. merchant_consumer_language:
  26. type: string
  27. label: 'The merchant consumer language'
  28. currency:
  29. type: integer
  30. label: 'The currency'
  31. transaction_type:
  32. type: string
  33. label: 'The merchant transaction type'
  34. instructions:
  35. type: text_format
  36. label: 'Payment instructions'
  37. translatable: true