From ef7016e67dd45ba6cba4e2652ff1f9c9848eb80c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Mon, 4 Apr 2022 20:06:13 +0400 Subject: [PATCH] Add range --- submodules/Stripe/Sources/STPBINRange.m | 1 + 1 file changed, 1 insertion(+) 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) {