tipsi / tipsi-stripe

React Native Stripe binding for iOS/Android platforms
MIT License
1.14k stars 527 forks source link

Re-add card brand in Android Converter class #817

Closed dsgraham closed 1 year ago

dsgraham commented 3 years ago

Proposed changes

Card brand was removed from convertCardToWritableMap as the Stripe SDK nows returns a CardBrand object. This PR re-adds it, return the brand name as a string.

Types of changes

What types of changes does your code introduce to tipsi-stripe?
Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! Next steps are a reminder of what we are going to look at before merging your code.

Further comments

See issue #816