From cda862111aa9a91d3b2fae6a847be39903a71849 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 25 Feb 2025 01:01:05 +0330 Subject: [PATCH] test push again --- backend/order/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/order/views.py b/backend/order/views.py index bb21f5a..a49d4ee 100644 --- a/backend/order/views.py +++ b/backend/order/views.py @@ -24,6 +24,7 @@ pay + class CartItemViews(APIView): permission_classes = [IsAuthenticated] serializer_class = OrderItemSerailzier