Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect errors when creating a Source in the 3DS example (#936)
Two problems: * This `error` was never being checked and reported * When `source` or `source.cardDetails` is `nil`, `source.cardDetails.threeDSecure == STPSourceCard3DSecureStatusRequired` because `STPSourceCard3DSecureStatusRequired == 0` and Obj-C's `nil` -> 0 conversion.
- Loading branch information