Skip to content

Commit

Permalink
reusing the logo url provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Nov 25, 2024
1 parent 8a05f5e commit a57c1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdyenComponents/PayByBank/US/PayByBankUSComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class PayByBankUSComponent: PaymentComponent, PresentableComponent
supportedBankLogoNames: PayByBankUSPaymentMethod.logoNames,
style: configuration.style,
localizationParameters: configuration.localizationParameters,
logoUrlProvider: LogoURLProvider(environment: context.apiContext.environment),
logoUrlProvider: logoUrlProvider,
continueHandler: { [weak self] in
self?.initiatePayment()
}
Expand Down

0 comments on commit a57c1c5

Please sign in to comment.