Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cianbuckley committed Oct 2, 2023
1 parent bf5828c commit c90f0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extension MyViewController: ShopifyCheckoutDelegate {
}

func checkoutDidClickLink(url: URL) {
// Called when the buyer clicked a link e.g mail address or telephone number via `mailto:` or `tel:` or `http` links.
// Called when the buyer clicked a link e.g mail address or telephone number via `mailto:` or `tel:` or `http` links directed outside the application.
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion Sources/ShopifyCheckout/CheckoutDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public protocol CheckoutDelegate: AnyObject {
func checkoutDidFail(errors: [CheckoutError])

/// Tells te delegate that the buyer clicked a link
/// This may include email address or telephone number via `mailto:` or `tel:`.
/// This includes email address or telephone number via `mailto:` or `tel:` or `http` links directed outside the application.
func checkoutDidClickLink(url: URL)
}

Expand Down

0 comments on commit c90f0c4

Please sign in to comment.