Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @Override
  2. protected Map<String, String> getParams() throws AuthFailureError {
  3. HashMap<String, String> params = new HashMap<String, String>();
  4. params.put("producto", "MOJADA");
  5. params.put("estado", "1");
  6. params.put("oldIdTransaccion", "0");
  7. params.put("subTipoCatalogo", "SALIDA");
  8. params.put("idTipoTransaccion", "0");
  9. return params;
  10. }
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement