Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmroz committed Jun 13, 2024
1 parent b40b617 commit cbb05eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Example/Purchase/CartViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down
2 changes: 1 addition & 1 deletion Example/Example/Purchase/PurchaseLogicController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ extension PurchaseLogicController: CashAppPayObserver {

switch state {
case .notStarted,
.creatingCustomerRequest,
.creatingCustomerRequest,
.updatingCustomerRequest,
.redirecting,
.polling,
Expand Down

0 comments on commit cbb05eb

Please sign in to comment.