Commit 446dfec8 by christopher lee Committed by Christopher Lee

Turn off atomic transaction for BasketCalculate

parent bb22e782
......@@ -426,6 +426,7 @@ class BasketCalculateView(generics.GenericAPIView):
return response
@transaction.non_atomic_requests
def get(self, request):
""" Calculate basket totals given a list of sku's
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment