Skip to content

Commit d61b341

Browse files
committed
more paypal
1 parent f2b22be commit d61b341

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/viur/shop/types/typed_dicts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class PaymentTransactionSpecific(t.TypedDict):
55
# must be set in payment provider
66
payment_id: str
77

8+
89
class PaymentTransaction(PaymentTransactionSpecific):
910
# set in abstract
1011
payment_provider: str

0 commit comments

Comments
 (0)