Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
446dfec8
Commit
446dfec8
authored
Jun 04, 2018
by
christopher lee
Committed by
Christopher Lee
Jun 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn off atomic transaction for BasketCalculate
parent
bb22e782
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
ecommerce/extensions/api/v2/views/baskets.py
+1
-0
No files found.
ecommerce/extensions/api/v2/views/baskets.py
View file @
446dfec8
...
@@ -426,6 +426,7 @@ class BasketCalculateView(generics.GenericAPIView):
...
@@ -426,6 +426,7 @@ class BasketCalculateView(generics.GenericAPIView):
return
response
return
response
@transaction.non_atomic_requests
def
get
(
self
,
request
):
def
get
(
self
,
request
):
""" Calculate basket totals given a list of sku's
""" Calculate basket totals given a list of sku's
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment