We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d2932 commit d88bf87Copy full SHA for d88bf87
1 file changed
Adyen/Core/Payment Methods/Abstract/AnyPaymentMethodDecoder.swift
@@ -553,7 +553,7 @@ private struct PayToPaymentMethodDecoder: PaymentMethodDecoder {
553
func anyPaymentMethod(from paymentMethod: any PaymentMethod) -> AnyPaymentMethod? {
554
switch paymentMethod {
555
case let regular as PayToPaymentMethod:
556
- .payTo(regular)
+ .payTo(regular)
557
case let stored as StoredPayToPaymentMethod:
558
.storedPayTo(stored)
559
default:
0 commit comments