paytechuz 0.2.10__py3-none-any.whl → 0.2.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of paytechuz might be problematic. Click here for more details.

@@ -356,7 +356,7 @@ class PaymeWebhookHandler:
356
356
  # Check for existing transactions in non-final states
357
357
  existing_transactions = self.db.query(PaymentTransaction).filter(
358
358
  PaymentTransaction.gateway == PaymentTransaction.PAYME,
359
- PaymentTransaction.account_id == account.id
359
+ PaymentTransaction.account_id == str(account.id)
360
360
  ).filter(
361
361
  PaymentTransaction.transaction_id != transaction_id
362
362
  ).all()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paytechuz
3
- Version: 0.2.10
3
+ Version: 0.2.12
4
4
  Summary: Unified Python package for Uzbekistan payment gateways
5
5
  Home-page: https://github.com/Muhammadali-Akbarov/paytechuz
6
6
  Author: Muhammadali Akbarov
@@ -28,9 +28,9 @@ paytechuz/integrations/django/migrations/0001_initial.py,sha256=SWHIUuwq91crzaxa
28
28
  paytechuz/integrations/django/migrations/__init__.py,sha256=KLQ5NdjOMLDS21-u3b_g08G1MjPMMhG95XI_N8m4FSo,41
29
29
  paytechuz/integrations/fastapi/__init__.py,sha256=DLnhAZQZf2ghu8BuFFfE7FzbNKWQQ2SLG8qxldRuwR4,565
30
30
  paytechuz/integrations/fastapi/models.py,sha256=9IqrsndIVuIDwDbijZ89biJxEWQASXRBfWVShxgerAc,5113
31
- paytechuz/integrations/fastapi/routes.py,sha256=X7ejcICe4lFtpsKMXxvyrklqHWQJMhR-AdhcitSiXlE,37647
31
+ paytechuz/integrations/fastapi/routes.py,sha256=61jsHsgGJZ_-ISfG2J1MSOCqIOLQ18C1boc9MVddkvg,37652
32
32
  paytechuz/integrations/fastapi/schemas.py,sha256=PgRqviJiD4-u3_CIkUOX8R7L8Yqn8L44WLte7968G0E,3887
33
- paytechuz-0.2.10.dist-info/METADATA,sha256=eQP9iaSd-TgqTNeJkB3ECKFYTsqZpG_dFqwLpkWCrsw,9414
34
- paytechuz-0.2.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
35
- paytechuz-0.2.10.dist-info/top_level.txt,sha256=oloyKGNVj9Z2h3wpKG5yPyTlpdpWW0-CWr-j-asCWBc,10
36
- paytechuz-0.2.10.dist-info/RECORD,,
33
+ paytechuz-0.2.12.dist-info/METADATA,sha256=B74_kgLXWLplvdXC2oKQidr-qcELwOBjtyMp2kyL1pQ,9414
34
+ paytechuz-0.2.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
35
+ paytechuz-0.2.12.dist-info/top_level.txt,sha256=oloyKGNVj9Z2h3wpKG5yPyTlpdpWW0-CWr-j-asCWBc,10
36
+ paytechuz-0.2.12.dist-info/RECORD,,