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 and markmur committed Nov 7, 2023
1 parent d4c0860 commit 9fe504a
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 9fe504a

Please sign in to comment.