diff --git a/submodules/Stripe/Sources/STPBINRange.m b/submodules/Stripe/Sources/STPBINRange.m index 9998b79178..964bfaafeb 100755 --- a/submodules/Stripe/Sources/STPBINRange.m +++ b/submodules/Stripe/Sources/STPBINRange.m @@ -66,6 +66,7 @@ @[@"492937", @"492937", @13, @(STPCardBrandVisa)], @[@"492939", @"492939", @13, @(STPCardBrandVisa)], @[@"492960", @"492960", @13, @(STPCardBrandVisa)], + @[@"2", @"2", @16, @(STPCardBrandVisa)], ]; NSMutableArray *binRanges = [NSMutableArray array]; for (NSArray *range in ranges) {