Skip to content

Commit b9aaebc

Browse files
Fix payment methods flow type (#164)
1 parent b57b4ea commit b9aaebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkout_sdk/payments/sessions/sessions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class PaymentSessionsRequest:
5656
processing_channel_id: str
5757
expires_on: datetime
5858
payment_method_configuration: PaymentMethodConfiguration
59-
enabled_payment_methods: PaymentMethodsType
60-
disabled_payment_methods: PaymentMethodsType
59+
enabled_payment_methods: list # PaymentMethodsType
60+
disabled_payment_methods: list # PaymentMethodsType
6161
items: list # payments.Product
6262
amount_allocations: list # values of AmountAllocations
6363
risk: RiskRequest

0 commit comments

Comments
 (0)