I have already a Custom Tender namely "Coupon". Now I'm trying to create another Tender (namely Fuel Payment) using the same code mTenderConnector.checkAndCreateTender(tenderName, getPackageName(), true, false);
It does not create new tender and says "status code: 500 Label key and package name must match"
If it is possible to create more than one Custom Tender, so please provide some code snippet to work.