diff --git a/StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupView.swift b/StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupView.swift index 11be2070281..8cb1a2aceba 100644 --- a/StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupView.swift +++ b/StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupView.swift @@ -81,6 +81,7 @@ final class LinkInlineSignupView: UIView { private(set) lazy var legalTermsElement: StaticElement = { let legalView = LinkLegalTermsView(textAlignment: .left, + mode: viewModel.mode, delegate: self) legalView.font = theme.fonts.caption legalView.textColor = theme.colors.secondaryText diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_checkbox@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_checkbox@3x.png index 2d45ad912c0..8dd97ec42d6 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_checkbox@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_checkbox@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_default_checkbox@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_default_checkbox@3x.png index f3aedb8cbe7..856674e54a6 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_default_checkbox@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.AddPaymentMethodViewControllerSnapshotTests/test_with_previous_customer_card_details_and_default_checkbox@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.EmbeddedFormViewControllerSnapshotTests/testBillingCollectionConfiguration@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.EmbeddedFormViewControllerSnapshotTests/testBillingCollectionConfiguration@3x.png index 5887c829d46..6ce0c6a4965 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.EmbeddedFormViewControllerSnapshotTests/testBillingCollectionConfiguration@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.EmbeddedFormViewControllerSnapshotTests/testBillingCollectionConfiguration@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_unselected@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_unselected@3x.png index 838eafa6586..d0ea7bb2be2 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_unselected@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_unselected@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_withPromo_unselected@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_withPromo_unselected@3x.png index 6142a4d44cf..9170b468bdc 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_withPromo_unselected@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentMethodRowButtonSnapshotTests/testPaymentMethodRowButton_newPaymentMethod_withPromo_unselected@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testAddNewCardFormTitle@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testAddNewCardFormTitle@3x.png index f09bd16f995..196f889a360 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testAddNewCardFormTitle@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testAddNewCardFormTitle@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection@3x.png index 5edecab8320..1db19b765c1 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_cvc_error@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_cvc_error@3x.png index 6eb7b3ee216..ade9ccf8f31 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_cvc_error@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_cvc_error@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_non_cvc_error@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_non_cvc_error@3x.png index c6dc1313e78..3cf2d0b3460 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_non_cvc_error@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testCVCRecollection_non_cvc_error@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisabledState@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisabledState@3x.png index 4d968bd8d92..8b1b27b2752 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisabledState@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisabledState@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_form@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_form@3x.png index e0958727905..85eb3b73170 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_form@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_form@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list@3x.png index d9c80f46492..eb5d4e5b9c7 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list_with_mandate@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list_with_mandate@3x.png index de94babdd97..c8fa5d82643 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list_with_mandate@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysError_under_list_with_mandate@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly@3x.png index c61e261ab29..4a031c56b34 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay@3x.png index 5e3c64afcf0..cf8643efef6 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay_and_link@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay_and_link@3x.png index e8836c1b60f..8d3df7e8e3c 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay_and_link@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_apple_pay_and_link@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link@3x.png index e6d3d7365f5..0ce7babc086 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link_flowcontroller@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link_flowcontroller@3x.png index c38324f3f8a..08cf6fbfbe3 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link_flowcontroller@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysFormDirectly_link_flowcontroller@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_applepay_flowcontroller@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_applepay_flowcontroller@3x.png index d6340936263..4ee8871bad3 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_applepay_flowcontroller@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_applepay_flowcontroller@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_link_applepay_flowcontroller@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_link_applepay_flowcontroller@3x.png index a21cc9825eb..61aaa576969 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_link_applepay_flowcontroller@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_card_link_applepay_flowcontroller@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_multiple_pms@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_multiple_pms@3x.png index 850e9c19b11..c5a9f38552d 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_multiple_pms@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_multiple_pms@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm@3x.png index 4a3ec6f5ad7..c4ac971c75c 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_apple_pay_enabled@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_apple_pay_enabled@3x.png index 79bdd826d83..3ef4e0935d6 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_apple_pay_enabled@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_apple_pay_enabled@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input@3x.png index 8ac3f080706..75b5825e095 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_apple_pay_enabled@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_apple_pay_enabled@3x.png index c406395da1d..4721c9d8f6a 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_apple_pay_enabled@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_apple_pay_enabled@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_saved_pm@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_saved_pm@3x.png index 039114ebbcb..560ac9cdef7 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_saved_pm@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_no_input_saved_pm@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_saved_pm@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_saved_pm@3x.png index bb7f0b1a403..c35855ed0b9 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_saved_pm@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_one_non_card_pm_saved_pm@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_saved_pms@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_saved_pms@3x.png index cf624a948df..7ae23b64657 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_saved_pms@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysList_saved_pms@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_cashapp@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_cashapp@3x.png index aebf7a440c0..89d436f7fa3 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_cashapp@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_cashapp@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_sepa_debit@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_sepa_debit@3x.png index a2682092549..cb9c7fb0dc0 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_sepa_debit@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_sepa_debit@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_us_bank_account@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_us_bank_account@3x.png index 05bda1569cf..417e81f3a63 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_us_bank_account@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testDisplaysMandateBelowList_saved_us_bank_account@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithForm@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithForm@3x.png index 7355b2e4859..6cdc5469f45 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithForm@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithForm@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithFormAndNoOtherPMs@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithFormAndNoOtherPMs@3x.png index 2e7601edef0..06981eb6d93 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithFormAndNoOtherPMs@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithFormAndNoOtherPMs@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithInvalidType@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithInvalidType@3x.png index 18559aa817b..cf97ca2b1de 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithInvalidType@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithInvalidType@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithoutForm@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithoutForm@3x.png index 6b70728a714..7363d8dab43 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithoutForm@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.PaymentSheetVerticalViewControllerSnapshotTest/testRestoresPreviousCustomerInputWithoutForm@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalPaymentMethodListViewControllerSnapshotTest/testDarkMode@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalPaymentMethodListViewControllerSnapshotTest/testDarkMode@3x.png index faa07681dfb..970da0f9406 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalPaymentMethodListViewControllerSnapshotTest/testDarkMode@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalPaymentMethodListViewControllerSnapshotTest/testDarkMode@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png index 5a0902e14ae..d2e14f9e626 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png index 619ff2a4ee1..b90a3df340d 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png index 30cb1292a88..fbbafe98bfb 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_Embedded_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png index 9f42fb5f378..8f0f5367df3 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsAppearance@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png index 442ab0265bd..6cdbe0ff45b 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentMethodsViewControllerSnapshotTestsLightMode@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png index 2f4c0bf222b..d7835c40536 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDarkMode@3x.png differ diff --git a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDefaultBadge@3x.png b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDefaultBadge@3x.png index acfe09785f7..94d3dacfdb1 100644 Binary files a/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDefaultBadge@3x.png and b/Tests/ReferenceImages_64/StripePaymentSheetTests.VerticalSavedPaymentMethodsViewControllerSnapshotTests/test_VerticalSavedPaymentOptionsViewControllerSnapshotTestsDefaultBadge@3x.png differ diff --git a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testDefaultState_textFieldsOnly@3x.png b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testDefaultState_textFieldsOnly@3x.png index c7bb718afbb..c0b5da20c79 100644 Binary files a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testDefaultState_textFieldsOnly@3x.png and b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testDefaultState_textFieldsOnly@3x.png differ diff --git a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_preFilled_textFieldsOnly@3x.png b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_preFilled_textFieldsOnly@3x.png index c09f5211f5c..0333e27a426 100644 Binary files a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_preFilled_textFieldsOnly@3x.png and b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_preFilled_textFieldsOnly@3x.png differ diff --git a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_textFieldsOnly@3x.png b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_textFieldsOnly@3x.png index 1fc0a78e9c9..881bc5f6320 100644 Binary files a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_textFieldsOnly@3x.png and b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_nonUS_textFieldsOnly@3x.png differ diff --git a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_textFieldsOnly@3x.png b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_textFieldsOnly@3x.png index b44ac762cbf..e19227334c0 100644 Binary files a/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_textFieldsOnly@3x.png and b/Tests/ReferenceImages_64/StripeiOS_Tests.LinkInlineSignupElementSnapshotTests/testExpandedState_textFieldsOnly@3x.png differ