paypal-here-sdk-android-distribution icon indicating copy to clipboard operation
paypal-here-sdk-android-distribution copied to clipboard

sample app does not build

Open seankwalker opened this issue 5 years ago • 1 comments

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?

seankwalker avatar Oct 23 '19 19:10 seankwalker

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.

apkelly avatar Apr 16 '20 15:04 apkelly