From 9f18ea3f48bb2865cae4b32e6341687caa173683 Mon Sep 17 00:00:00 2001 From: hoosnick Date: Sat, 26 Aug 2023 17:17:14 +0500 Subject: [PATCH] upd: to last payme-pkg-3.0b commit --- apps/shop/models.py | 5 +---- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/shop/models.py b/apps/shop/models.py index 7635866..805f34b 100644 --- a/apps/shop/models.py +++ b/apps/shop/models.py @@ -4,7 +4,4 @@ class CustomOrderModel(BaseOrder): - user_id = models.IntegerField(null=True, blank=True) # other fields... - - def __str__(self): - return f"ORDER ID: {self.id} - AMOUNT: {self.amount}" + user_id = models.IntegerField(null=True, blank=True) # other fields... diff --git a/requirements.txt b/requirements.txt index cfbc8bd..235f85e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ drf-yasg==1.21.5 environs==9.5.0 flake8==6.0.0 -payme-pkg @ git+https://github.com/PayTechUz/payme-pkg@bb05d2bc280ea9f61a61a542bdb7db112b9a3e5e +payme-pkg @ git+https://github.com/PayTechUz/payme-pkg@03b86d382954797a75217f15cf52d567f1cb6e84 pip-chill==1.0.1