Skip to content

Commit

Permalink
don't invalidate preloaded cache on checkout close events (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
cianbuckley authored Oct 31, 2023
1 parent 45e5489 commit ddf153f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/ShopifyCheckout/CheckoutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class CheckoutViewController: UIViewController, UIAdaptivePresentationController
}

private func didCancel() {
CheckoutView.invalidate()
delegate?.checkoutDidCancel()
}
}
Expand Down

0 comments on commit ddf153f

Please sign in to comment.