Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.66 KB | None | 0 0
  1.     public String initiatePayment(@RequestParam(SMS_ID) String smsID,
  2.             @RequestParam(value = SMS_BODY, required = false) String body,
  3.             @RequestParam(SITE_SERVICE_ID) String siteServiceId,
  4.             @RequestParam(value = OPERATOR_ID, required = false) String operatorId,
  5.             @RequestParam(value = NUM, required = false) String shortPhoneNumber,
  6.             @RequestParam(value = SMS_PRICE, required = false) String price,
  7.             @RequestParam(value = SECRET_KEY, required = false) String signature,
  8.             @RequestParam(value = STATUS, required = false) Integer status,
  9.             @RequestParam(value = USER_NUM, required = false) String userNum,
  10.             HttpServletResponse resp
  11.             ) throws IOException {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement