Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erenbesel committed Jan 17, 2025
1 parent 60e3bdf commit c2db4f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AdyenComponents/Apple Pay/ApplePayComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent
}

public var viewController: UIViewController {
sendDidLoadEvent()
return createPaymentAuthorizationViewController()
createPaymentAuthorizationViewController()
}

public func didFinalize(with success: Bool, completion: (() -> Void)?) {
Expand Down

0 comments on commit c2db4f8

Please sign in to comment.