Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Support for optional language field #140

@ahmed-shehata

Description

@ahmed-shehata

Support for optional language field, currently we do not support multi-language countries, as the language is based on the sales channel, we need to have an optional language parameter that is passed to the SDK.

Expected Behaviour

AtlasSDK.configure({
      client_id: "CLIENT_ID",
      sales_channel: "SALES_CHANNEL",
      is_sandbox: false,
      lang: "de"
    });

Current Behaviour

There is no language parameter

AtlasSDK.configure({
      client_id: "CLIENT_ID",
      sales_channel: "SALES_CHANNEL",
      is_sandbox: false,
    });

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions