From ba75067db1fbd80f375575a05ede232500bf284f Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Fri, 8 Nov 2024 15:33:06 +0100 Subject: [PATCH] fixing build --- .../US/PayByBankUSComponent+ConfirmationViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController.swift b/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController.swift index 130daf3e6c..3a8a6c6c6e 100644 --- a/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController.swift +++ b/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController.swift @@ -27,7 +27,7 @@ extension PayByBankUSComponent { internal lazy var titleLabel = Self.defaultLabel internal lazy var subtitleLabel = Self.defaultLabel internal lazy var messageLabel = Self.defaultLabel - internal lazy var submitButton: SubmitButton + internal let submitButton: SubmitButton // MARK: UIViewController