braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 128 forks source link

The ability to add new fields to the form. #39

Closed omarsahl closed 5 years ago

omarsahl commented 6 years ago

Issue description

Having the ability to add new fields to the form would be great. For example, some forms need to include a field for "Card Holder Name".

quinnjn commented 6 years ago

We have an old pull request for this. Reviving #19

omarsahl commented 6 years ago

I see that Travis build failed for that PR.

quinnjn commented 6 years ago

The pull request is pretty old, Nov 2016. It will take some time to get it up to date.

quinnjn commented 5 years ago

51 has been merged into master and is available as a snapshot:

implementation 'com.braintreepayments:card-form:3.4.2-SNAPSHOT'
quinnjn commented 5 years ago

android-card-form 3.5.0 has been released which has this feature.

implementation 'com.braintreepayments:card-form:3.5.0'