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

Commit

Permalink
fix(lang): #140 - Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shehata committed Apr 25, 2018
1 parent 72bed78 commit 100e9ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/atlas_sdk_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ class AtlasSDKClient {
* const sdk = await AtlasSDK.configure({
* client_id: 'CLIENT_ID',
* sales_channel: 'SALES_CHANNEL',
* is_sandBox: true
* is_sandBox: true,
* lang: 'en'
* });
* const article = await sdk.getArticle('AD112B0F6-A11', {
* media: {
Expand Down

0 comments on commit 100e9ae

Please sign in to comment.