Merged in feature/ems-tax-calculation (pull request #996)
Resolved calculations for profile markups and discounts.
This commit is contained in:
@@ -43,10 +43,10 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(DmsContainer);
|
||||
|
||||
export const socket = SocketIO(
|
||||
process.env.NODE_ENV === "production"
|
||||
? process.env.REACT_APP_AXIOS_BASE_API_URL
|
||||
: window.location.origin,
|
||||
// "http://localhost:4000", // for dev testing,
|
||||
// process.env.NODE_ENV === "production"
|
||||
// ? process.env.REACT_APP_AXIOS_BASE_API_URL
|
||||
// : window.location.origin,
|
||||
"http://localhost:4000", // for dev testing,
|
||||
{
|
||||
path: "/ws",
|
||||
withCredentials: true,
|
||||
|
||||
Reference in New Issue
Block a user