Skip to content

Commit

Permalink
Revert "don't invalidate preloaded cache on checkout close events (#46)…
Browse files Browse the repository at this point in the history
…" (#47)

This reverts commit ddf153f.
  • Loading branch information
cianbuckley authored Nov 2, 2023
1 parent 9ae3dc8 commit cdd597e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ShopifyCheckout/CheckoutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class CheckoutViewController: UIViewController, UIAdaptivePresentationController
}

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

0 comments on commit cdd597e

Please sign in to comment.