PaymentKit-Droid icon indicating copy to clipboard operation
PaymentKit-Droid copied to clipboard

PaymentKit-Droid

Results 5 PaymentKit-Droid issues
Sort by recently updated
recently updated
newest added

Used Android Studio 2.2 Test Recorder to record a test interacting with PaymentKit-Droid textfields, and I can't get it to pass. ``` java ViewInteraction cardNumEditText = onView( allOf(withId(R.id.credit_card_no), withParent(allOf(withId(R.id.card_num_holder), withContentDescription("Credit...

I checked CardType class but there is no property for card logo. I need to get card logo from card type. How to achieve this?

Hello, I sometimes get an java.lang.NumberFormatException. Here is the complete stacktrace: ``` sh 10-22 01:49:40.867 16136-16136/com.heetch.debug E/AndroidRuntime﹕ FATAL EXCEPTION: main java.lang.NumberFormatException: Invalid long: "" at java.lang.Long.invalidLong(Long.java:125) at java.lang.Long.parseLong(Long.java:346) at java.lang.Long.parseLong(Long.java:319)...

Stripe also takes Diners Club and JCB ... anything that stopped those from being included?