parent
f02cb81c83
commit
d1a0dbdc3c
|
@ -66,7 +66,7 @@ public class AlteraPricingRS {
|
|||
// @Produces({ MediaType.APPLICATION_JSON })
|
||||
// @Path("alterarPricing")
|
||||
public Response alterarPricing(ParamsAlterarPricing params) {
|
||||
String retorno = "Tipo Operaçãoo não identificada";
|
||||
String retorno = "Tipo Operação não identificada";
|
||||
AlteraPricingService service = (AlteraPricingService) AppContext.getApplicationContext().getBean("alteraPricingService");
|
||||
|
||||
if(isUsuarioValido()) {
|
||||
|
|
Loading…
Reference in New Issue