Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cianbuckley committed Oct 6, 2023
1 parent 0c34b5e commit b0d8292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ extension MyViewController: ShopifyCheckoutDelegate {
/// Issued when checkout has encountered a unrecoverable serverside error, for example returning a http status code 500
/// In the event of a fatal error, you may be able to retry (eg using a circuit breaker)
/// if the issue persists, it is recommended to open a bug report in http://github.com/Shopify/mobile-checkout-sdk-ios
case fatalError(message: String)
case serverError(message: String)

/// Issued when checkout is no longer available and will no longer be available with the checkout url supplied.
/// This may happen when the user has paused on checkout for a long period (hours) and then attempted to proceed again with the same checkout url
Expand Down

0 comments on commit b0d8292

Please sign in to comment.