I'm trying to get the merchant object, just like in the sample app and I get the following exception:
com.clover.sdk.v1.ForbiddenException: App doesn't have required permission: package com.meerchant.meerclover does not have permission MERCHANT_R
Like the sample app, my manifest has the following permissions: <uses-permission android:name="android.permission.USE_CREDENTIALS"/> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> <uses-permission android:name="android.permission.GET_ACCOUNTS"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Is there another Clover specific permission I should be asking for?