Created
September 28, 2011 20:01
-
-
Save rodchile/1249093 to your computer and use it in GitHub Desktop.
Context Values for Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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