Created
October 4, 2017 22:59
-
-
Save farhan-syed/405e9ba528597b0ad1e5d1c6dba7b82e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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