-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #677 from enatega/fatima_addondup
addon duplication frontend code,missing id issue
- Loading branch information
Showing
5 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ const getEnvVars = (env = Updates.releaseChannel) => { | |
return { | ||
// GRAPHQL_URL: 'http://192.168.0.109:8001/graphql', | ||
// WS_GRAPHQL_URL: 'ws://192.168.0.109:8001/graphql', | ||
GRAPHQL_URL: 'https://enatega-multivendor.up.railway.app/graphql', | ||
WS_GRAPHQL_URL: 'wss://enatega-multivendor.up.railway.app/graphql', | ||
GRAPHQL_URL: 'https://enatega-multivendor.up.railway.app/graphql', | ||
WS_GRAPHQL_URL: 'wss://enatega-multivendor.up.railway.app/graphql', | ||
SENTRY_DSN: configuration.restaurantAppSentryUrl | ||
// SENTRY_DSN: | ||
// 'https://[email protected]/6131933' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ export const orders = `query Orders{ | |
deliveryAddress | ||
details | ||
label | ||
id | ||
} | ||
items{ | ||
_id | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters