Skip to content

Instantly share code, notes, and snippets.

@rodchile
Created September 28, 2011 20:01
Show Gist options
  • Save rodchile/1249093 to your computer and use it in GitHub Desktop.
Save rodchile/1249093 to your computer and use it in GitHub Desktop.
Context Values for Test
Map<String,Object> updateValues = new HashedMap();
updateValues.put("pmtDebtorOrgIdentificationOtherId", "String Rut");
updateValues.put("pmtRequestedExecutionDate","String");
updateValues.put("agreementId","String");
updateValues.put("cctPaymentType", "String");
updateValues.put("clientId","String");
updateValues.put("userId", "String");
updateValues.put("trChannel", "String");
updateValues.put("cctStatus","new");
PaymentObjectDTO payObj = new PaymentObjectDTO();
payObj.setFields(updateValues);
_cctService.createCctAndPayment("userId", "validationCode", payObj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment