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

Support for optional language field #140

Open
ahmed-shehata opened this issue Apr 25, 2018 · 0 comments
Open

Support for optional language field #140

ahmed-shehata opened this issue Apr 25, 2018 · 0 comments
Assignees
Labels

Comments

@ahmed-shehata
Copy link
Contributor

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,
    });
@ahmed-shehata ahmed-shehata self-assigned this Apr 25, 2018
ahmed-shehata pushed a commit that referenced this issue Apr 25, 2018
ahmed-shehata added a commit that referenced this issue Apr 25, 2018
ahmed-shehata added a commit that referenced this issue Apr 26, 2018
ahmed-shehata added a commit that referenced this issue Apr 26, 2018
ahmed-shehata added a commit that referenced this issue Apr 26, 2018
ahmed-shehata added a commit that referenced this issue Apr 26, 2018
ahmed-shehata added a commit that referenced this issue Apr 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant