Calling this:
tenderConnector.setEnabled(tenderId, true)
and getting this
2020-07-06 13:37:09.147 5034-5087/com.fivestars.mpos.clover E/WM-WorkerWrapper: Work [ id=fed17309-3cee-4f2d-8bfe-14b62730a177, tags={ com.fivestars.yoshi.feature.tender.worker.FivestarsPayTenderCheckWorker } ] failed because it threw an exception/error java.util.concurrent.ExecutionException: com.clover.sdk.v1.ClientException: status code: 400 Access denied to package com.fivestars.mpos.clover at androidx.work.impl.utils.futures.AbstractFuture.getDoneValue(AbstractFuture.java:516) at androidx.work.impl.utils.futures.AbstractFuture.get(AbstractFuture.java:475) at androidx.work.impl.WorkerWrapper$2.run(WorkerWrapper.java:298) at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) Caused by: com.clover.sdk.v1.ClientException: status code: 400 Access denied to package com.fivestars.mpos.clover at com.clover.sdk.v1.ServiceConnector.throwOnFailure(ServiceConnector.java:327) at com.clover.sdk.v1.ServiceConnector.execute(ServiceConnector.java:260) at com.clover.sdk.v1.tender.TenderConnector.setEnabled(TenderConnector.java:172) at com.fivestars.yoshi.feature.tender.worker.FivestarsPayTenderCheckWorker.doWork(FivestarsPayTenderCheckWorker.kt:39) at androidx.work.CoroutineWorker$startWork$1.invokeSuspend(CoroutineWorker.kt:68) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)