Skip to content

Commit

Permalink
Fix payment methods flow type (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko authored May 27, 2024
1 parent b57b4ea commit b9aaebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkout_sdk/payments/sessions/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class PaymentSessionsRequest:
processing_channel_id: str
expires_on: datetime
payment_method_configuration: PaymentMethodConfiguration
enabled_payment_methods: PaymentMethodsType
disabled_payment_methods: PaymentMethodsType
enabled_payment_methods: list # PaymentMethodsType
disabled_payment_methods: list # PaymentMethodsType
items: list # payments.Product
amount_allocations: list # values of AmountAllocations
risk: RiskRequest
Expand Down

0 comments on commit b9aaebc

Please sign in to comment.