Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Remove incorrect warning about suppressScanConfirmation blocking coll…
Browse files Browse the repository at this point in the history
…ectExpiry

- See card-io/card.io-iOS-SDK#217
- Thanks to kballard for reporting the issue.
  • Loading branch information
Bryant Luk committed Sep 12, 2016
1 parent ba8e643 commit e1f5b3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/CardIOPaymentViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ - (void)viewWillAppear:(BOOL)animated {
// Write console message for confused developers who have given us confusing directives
if (self.suppressScanConfirmation && (self.collectExpiry || self.collectCVV || self.collectPostalCode || self.collectCardholderName)) {
NSMutableString *collect = [NSMutableString string];
if (self.collectExpiry) {
[collect appendString:@"collectExpiry"];
}
if (self.collectCVV) {
if ([collect length]) {
[collect appendString:@"/"];
Expand Down

0 comments on commit e1f5b3c

Please sign in to comment.