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

Commit

Permalink
Merge pull request #628 from guanhuay/bugfix/fix_compilation_error_on…
Browse files Browse the repository at this point in the history
…_ios_with_8.0.0.beta9

Bugfix/fix compilation error on ios for 8.0.0.beta9
  • Loading branch information
fbartho authored Mar 30, 2020
2 parents 7f49fc2 + f0c48c0 commit 529f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/TPSStripe/TPSStripeManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ + (NSString *)STPPaymentMethodTypeString:(STPPaymentMethodType)type {
case STPPaymentMethodTypeCard: return @"card";
case STPPaymentMethodTypeiDEAL: return @"iDEAL";
case STPPaymentMethodTypeCardPresent: return @"card_present";
case STPPaymentMethodTypeFPX: return @"fpx";
case STPPaymentMethodTypeFPX: // unsupported at this time (fall through)
case STPPaymentMethodTypeUnknown:
default: return @"unknown";
}
Expand Down

0 comments on commit 529f7d4

Please sign in to comment.