Skip to content

Commit

Permalink
upd: to last payme-pkg-3.0b commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Aug 26, 2023
1 parent 56f8b51 commit 9f18ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions apps/shop/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f18ea3

Please sign in to comment.