I am getting following exception "500 Access denied to package com.vouchercart.clover" only on enviroment production, when i try create new tender by call:
tenderConnector.checkAndCreateTender(getString(R.string.tender_name), getPackageName(), true, true);
On sandbox mode all working fine, tender add to merchant without any problem.