Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
* develop:
  Removed the unnecessary protocol prefix
  • Loading branch information
kimmellj committed May 3, 2017
2 parents d512e19 + e54bf05 commit 4be2745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let WidgetsHelper = {

let widgetConfig = {
widgetElementId: widgetID,
apiBaseUrl: 'https://' + require('dw/system/Site').getCurrent().getCustomPreferenceValue('subproApiBaseUrl'),
apiBaseUrl: require('dw/system/Site').getCurrent().getCustomPreferenceValue('subproApiBaseUrl'),
apiAccessToken: session.custom.widgetAccessToken,
environmentKey: session.custom.widgetEnvironmentKey,
customerId: session.custom.widgetCustomerId
Expand Down

0 comments on commit 4be2745

Please sign in to comment.