brendanw / PaymentKit-Droid

PaymentKit-Droid
Apache License 2.0
75 stars 24 forks source link

Getting the credit card info #4

Closed berbschloe closed 6 years ago

berbschloe commented 10 years ago

I have looked through the code but I do not see a way to get the credit card information from the FieldHolder, in the example there is only a validation check

if (mFieldHolder.isFieldsValid()) { ToastUtils.showToast(getActivity(), "Valid credit card entry!"); }

is there a mFieldHolder.getPaymentCard() or .getLastFourNumbers() ....

brendanw commented 10 years ago

Yes, I have this code locally but failed to update the repo :/ I want to bundle a few updates into one pull request. Thanks for making a note of this. I'll have an update soon.

berbschloe commented 10 years ago

It is a great repository and I would really appreciate it, thank you.