We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b22be commit d61b341Copy full SHA for d61b341
1 file changed
src/viur/shop/types/typed_dicts.py
@@ -5,6 +5,7 @@ class PaymentTransactionSpecific(t.TypedDict):
5
# must be set in payment provider
6
payment_id: str
7
8
+
9
class PaymentTransaction(PaymentTransactionSpecific):
10
# set in abstract
11
payment_provider: str
0 commit comments