paytechuz 0.3.2__py3-none-any.whl → 0.3.3__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.
- paytechuz/integrations/django/webhooks.py +0 -2
- {paytechuz-0.3.2.dist-info → paytechuz-0.3.3.dist-info}/METADATA +1 -1
- {paytechuz-0.3.2.dist-info → paytechuz-0.3.3.dist-info}/RECORD +5 -5
- {paytechuz-0.3.2.dist-info → paytechuz-0.3.3.dist-info}/WHEEL +0 -0
- {paytechuz-0.3.2.dist-info → paytechuz-0.3.3.dist-info}/top_level.txt +0 -0
|
@@ -434,8 +434,6 @@ class PaymeWebhook(View):
|
|
|
434
434
|
f"Transaction {transaction_id} not found"
|
|
435
435
|
) from None
|
|
436
436
|
|
|
437
|
-
print(transaction.state, reason)
|
|
438
|
-
|
|
439
437
|
# Check if transaction is already cancelled
|
|
440
438
|
if transaction.state == PaymentTransaction.CANCELLED:
|
|
441
439
|
# If transaction is already cancelled, return the existing data
|
|
@@ -26,7 +26,7 @@ paytechuz/integrations/django/apps.py,sha256=Q9wG2osL7_Ip2BcAkq7lmmhu4UKJAg6UtSs
|
|
|
26
26
|
paytechuz/integrations/django/models.py,sha256=ze-yzGBYN3sAXFClT6xjEzRN3ihepPVPDcm_qgdvM40,5936
|
|
27
27
|
paytechuz/integrations/django/signals.py,sha256=VtNYEAnu13wi9PqadEaCU9LY_k2tY26AS4bnPIAqw7M,1319
|
|
28
28
|
paytechuz/integrations/django/views.py,sha256=KFiuMcr4BtMbzbrW_RbIkv0-Fk214WIWWwaStscArzs,4149
|
|
29
|
-
paytechuz/integrations/django/webhooks.py,sha256=
|
|
29
|
+
paytechuz/integrations/django/webhooks.py,sha256=_1nipbMIFc_Q4LijNB2byu5aKMrQmpMkJt_eFAWvFPw,36801
|
|
30
30
|
paytechuz/integrations/django/migrations/0001_initial.py,sha256=SWHIUuwq91crzaxa9v1UK0kay8CxsjUo6t4bqg7j0Gw,1896
|
|
31
31
|
paytechuz/integrations/django/migrations/0002_alter_paymenttransaction_gateway.py,sha256=XiZx5urgfhXxra3W_KWksQ1LbaDOs3sjPn4w0T2cW50,457
|
|
32
32
|
paytechuz/integrations/django/migrations/__init__.py,sha256=KLQ5NdjOMLDS21-u3b_g08G1MjPMMhG95XI_N8m4FSo,41
|
|
@@ -34,7 +34,7 @@ paytechuz/integrations/fastapi/__init__.py,sha256=DLnhAZQZf2ghu8BuFFfE7FzbNKWQQ2
|
|
|
34
34
|
paytechuz/integrations/fastapi/models.py,sha256=9IqrsndIVuIDwDbijZ89biJxEWQASXRBfWVShxgerAc,5113
|
|
35
35
|
paytechuz/integrations/fastapi/routes.py,sha256=t8zbqhMZsaJmEvMDgmF-NoRmbqksfX_AvIrx-3kCjg8,37845
|
|
36
36
|
paytechuz/integrations/fastapi/schemas.py,sha256=PgRqviJiD4-u3_CIkUOX8R7L8Yqn8L44WLte7968G0E,3887
|
|
37
|
-
paytechuz-0.3.
|
|
38
|
-
paytechuz-0.3.
|
|
39
|
-
paytechuz-0.3.
|
|
40
|
-
paytechuz-0.3.
|
|
37
|
+
paytechuz-0.3.3.dist-info/METADATA,sha256=HxBgF8UNDby8T-ladhLbeT5PCz2WqaoFSncS8frdt9Q,13096
|
|
38
|
+
paytechuz-0.3.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
39
|
+
paytechuz-0.3.3.dist-info/top_level.txt,sha256=oloyKGNVj9Z2h3wpKG5yPyTlpdpWW0-CWr-j-asCWBc,10
|
|
40
|
+
paytechuz-0.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|