update example app

This commit is contained in:
Jack Flintermann 2016-01-20 18:31:16 -05:00
parent 2c10a710e4
commit fbc2ae909d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
return;
}
[self.activityIndicator startAnimating];
[[STPAPIClient sharedClient] createTokenWithCard:self.paymentTextField.card
[[STPAPIClient sharedClient] createTokenWithCard:self.paymentTextField.cardParams
completion:^(STPToken *token, NSError *error) {
[self.activityIndicator stopAnimating];
if (error) {