stripe / stripe-ios

Stripe iOS SDK
https://stripe.com
MIT License
2.13k stars 982 forks source link

Extracted form creation to separate files SavedPaymentMethodFormFactory #4298

Closed joyceqin-stripe closed 20 hours ago

joyceqin-stripe commented 3 days ago

Summary

Separate files SavedPaymentMethodFormFactory+PAYMENT_METHOD for card, US bank account, SEPA debit

Motivation

Testing

Changelog

github-actions[bot] commented 3 days ago

🚨 New dead code detected in this PR:

SavedPaymentMethodFormFactory+SEPADebit.swift:9 warning: Imported module 'StripeCore' is unused
SavedPaymentMethodFormFactory+USBankAccount.swift:9 warning: Imported module 'StripeCore' is unused
SavedPaymentMethodFormFactory.swift:9 warning: Imported module 'StripeCore' is unused

Please remove the dead code before merging.

If this is intentional, you can bypass this check by adding the label skip dead code check to this PR.

ℹ️ If this comment appears to be left in error, double check that the flagged code is actually used and/or make sure your branch is up-to-date with master.