Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Fixed: eshop url KOSIK-901
Browse files Browse the repository at this point in the history
  • Loading branch information
Klasna committed Apr 5, 2019
1 parent eab556c commit 116702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const DEFAULT_DATA_LAYER_NAME = 'dataLayerDrmax'
export const APOTHEKAS_API_URL = 'https://api-apotheka.drmax.cz/api/v1/pharmacy'

// ESHOP
export const ESHOP_URL = 'https://api-eshop.drmax.cz'
export const ESHOP_URL = 'https://www.drmax.cz/'
export const MEDIA_WEB_URL = 'https://media-eshop.drmax.cz'

// CHECKOUT
Expand Down

1 comment on commit 116702e

@erikni
Copy link
Contributor

@erikni erikni commented on 116702e Apr 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Klasna prosim at ty promene se jmenuji dle https://mydrmax.atlassian.net/browse/DRMAX-4540
tj napriklad ESHOP_URL -> prejmenovat na DRMAX_ESHOP_WEB_URL

Please sign in to comment.