Sha256: 45a406cfed1940728c55d129e57ec1bf98b7c22f69661ec7b3a7a6174e0d4270

Contents?: true

Size: 689 Bytes

Versions: 1

Compression:

Stored size: 689 Bytes

Contents

Workarea::Configuration.define_fields do
  fieldset 'Emarsys', namespaced: false do
    field 'Customer ID',
      type: :string,
      default: '',
      description: 'Emarsys customer ID. Required for using API endpoints. Contact your Emarays Support team to get this value.',
      allow_blank: true

    field 'Merchant ID',
      type: :string,
      default: '',
      description: 'Your Emarsys merchant ID. This value is required for the Web Extend data integration.',
      allow_blank: true

    field 'Emarsys Production API',
      id: :emarsys_production,
      type: :boolean,
      default: false,
      description: 'Whether to use the production API endpoints.'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-emarsys-1.1.0 config/initializers/fields.rb