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

Cardholdername #51

Closed quinnjn closed 5 years ago

quinnjn commented 5 years ago

Adds Cardholder name to the CardForm.

There are 3 options for the card holder name field:

FieldStatus Visible Validates that the value is non empty
FIELD_DISABLED false false
FIELD_OPTIONAL true false
FIELD_REQUIRED true true

Replaces #19, which was replacing #10 (I'm so sorry!)