restore composer.json, add mysqli extension
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s

This commit is contained in:
2026-04-15 15:38:41 +05:00
parent 24f6fe42cc
commit 477e79ed80
5 changed files with 92 additions and 67 deletions

View File

@@ -118,6 +118,7 @@ class AddDebtView(APIView):
"message": "Qarz muvaffaqiyatli qo'shildi.",
"debt_unpaid": f"{market.debt_unpaid}",
"market_name": f"{market.name}",
"market_phone": f"{market.phone}",
"market_company": f"{market.company_name}",
},
status=status.HTTP_200_OK,