We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfebef commit 8a845c1Copy full SHA for 8a845c1
payments/dummy/serializers.py
@@ -1,5 +1,9 @@
1
+from __future__ import annotations
2
+
3
from rest_framework import serializers
-from payments import PaymentStatus, FraudStatus
4
5
+from payments import FraudStatus
6
+from payments import PaymentStatus
7
8
RESPONSE_CHOICES = (
9
("3ds-disabled", "3DS disabled"),
0 commit comments