Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created October 4, 2017 22:59
Show Gist options
  • Save farhan-syed/405e9ba528597b0ad1e5d1c6dba7b82e to your computer and use it in GitHub Desktop.
Save farhan-syed/405e9ba528597b0ad1e5d1c6dba7b82e to your computer and use it in GitHub Desktop.
func paymentAuthorizationViewControllerDidFinish(_ controller: PKPaymentAuthorizationViewController) {
// Dismiss payment authorization view controller
dismiss(animated: true, completion: {
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment