Sterling OMS How to test Java Code using HTTP Client
Sterling OMS How to test Java Code using HTTP Client Requirement : For given Organization ID (Matrix) print payment processing is enabled or not ? Write Java Class with Method return type as boolean. private boolean isPaymentProcessRequired(String orgCode) throws Exception { if(payment process enabled) { return true; } else { return false; } } What all the… Read More »