Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ecommerce-maven
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ascend
ecommerce-maven
Commits
175ef6dc
Commit
175ef6dc
authored
4 years ago
by
Kyle Muldoon
Browse files
Options
Downloads
Plain Diff
Merge branch 'promotion-fix' into 'Dev'
fixed promotions stuff See merge request
!33
parents
b0157313
0b5fe2d4
Branches
Branches containing commit
1 merge request
!33
fixed promotions stuff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ecom-web/src/util/cart_processing_util.js
+1
-1
1 addition, 1 deletion
ecom-web/src/util/cart_processing_util.js
with
1 addition
and
1 deletion
ecom-web/src/util/cart_processing_util.js
+
1
−
1
View file @
175ef6dc
...
...
@@ -23,7 +23,7 @@ export const promoCalcUtil = (productList) => {
}
else
{
return
0.0
return
parseFloat
(
acc
)
+
0.0
}
},
0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment