paypal / paypal-here-sdk-android-distribution

Add credit card (swipe & key-in) capabilities to your Android app
Other
83 stars 95 forks source link

sample app does not build #171

Open seankwalker opened 4 years ago

seankwalker commented 4 years ago

Hi, the sample app is failing to build with error: cannot find symbol class OfflineTransactionRecord

This pertains to https://github.com/paypal/paypal-here-sdk-android-distribution/blob/568400c20b00ceb710633b68d784ba2924a0c99f/SampleApp/src/main/java/com/paypal/heresdk/sampleapp/ui/ChargeActivity.java#L352

seems like this was introduced in a recent commit (https://github.com/paypal/paypal-here-sdk-android-distribution/commit/1661dd56161ae48e78d1ead19920c090fd21479c), is this intentional/incomplete? Is there a stable version of the app I should be using instead?

apkelly commented 4 years ago

I noticed this too, however, it only took me about 5 mins to go through the app and fix up the 10 places or so where the method being overriden didn't match the correct signature defined in the Interface.