Skip to content
Snippets Groups Projects

Issue #3188536: Optional IP based authentication

8 files
+ 102
10
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 32
0
commerce_payment.commerce_payment_gateway.plugin.chase_hpf:
type: commerce_payment_gateway_configuration
mapping:
api_username:
type: string
label: 'API Username'
api_password:
type: string
label: 'API Password'
hosted_secure_id:
type: string
label: 'Secure Account ID'
ip_based_auth:
type: boolean
label: 'Use IP Based Authentication'
terminal_id:
type: string
label: 'Terminal ID'
merchant_id:
type: string
label: 'Merchant ID'
bin:
type: string
label: 'Bin Number'
allowed_types:
type: sequence
label: 'Allowed CC Types'
sequence:
- type: string
required:
type: boolean
label: 'Require Name and CVV'
\ No newline at end of file
Loading