paypal-here-sdk-android-distribution
paypal-here-sdk-android-distribution copied to clipboard
sample app does not build
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?
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.