It appears from Intents: public static final String EXTRA_AMOUNT = "clover.intent.extra.AMOUNT";
but in my code the acount extras shows: com.clover.intent.extra.AMOUNT
I have: compile 'com.clover.sdk:clover-android-sdk:latest.release'
Any idea why the define is different than what is being sent?
Thanks in advance! Danielle