diff --git a/Example/Example/Purchase/CartViewController.swift b/Example/Example/Purchase/CartViewController.swift index 4289c432..58fd7fa2 100644 --- a/Example/Example/Purchase/CartViewController.swift +++ b/Example/Example/Purchase/CartViewController.swift @@ -19,7 +19,7 @@ final class CartViewController: UIViewController, UITableViewDataSource { private let titleSubtitleCellIdentifier = String(describing: TitleSubtitleCell.self) private let eventHandler: (Event) -> Void - private var checkoutOption: CheckoutPickerOption = .v1Checkout { + private var checkoutOption: CheckoutPickerOption = .v2Checkout { didSet { updateViewState() } diff --git a/Example/Example/Purchase/PurchaseLogicController.swift b/Example/Example/Purchase/PurchaseLogicController.swift index 534e5c2f..d861b6e4 100644 --- a/Example/Example/Purchase/PurchaseLogicController.swift +++ b/Example/Example/Purchase/PurchaseLogicController.swift @@ -360,7 +360,7 @@ extension PurchaseLogicController: CashAppPayObserver { switch state { case .notStarted, - .creatingCustomerRequest, + .creatingCustomerRequest, .updatingCustomerRequest, .redirecting, .polling,