Update websocket data

This commit is contained in:
Ludovic Stephan 2019-12-23 12:59:46 +01:00
parent 36d6a4a1cd
commit 41ad2a15ac

View file

@ -1159,6 +1159,7 @@ def kpsul_perform_operations(request):
websocket_data["opegroups"] = [
{
"add": True,
"type": "opegroup",
"id": operationgroup.pk,
"amount": operationgroup.amount,
"checkout__name": operationgroup.checkout.name,