Merge branch 'hotfix' into develop

master
kira 6 years ago
commit e51b6af17d

@ -183,7 +183,7 @@ public class CouponValidateServiceImpl implements CouponValidateService {
throw new NotFoundException("Merchant Not Found"); throw new NotFoundException("Merchant Not Found");
} }
String uri = signUrl(UriComponentsBuilder.fromHttpUrl(CUSTOMER_HOST + "/coupon/"+coupon_id+"/couponLogInfo")); String uri = signUrl(UriComponentsBuilder.fromHttpUrl(CUSTOMER_HOST + "/coupon/"+coupon_id+"/couponLogInfo"));
HttpRequestGenerator gen = new HttpRequestGenerator(uri, RequestMethod.POST); HttpRequestGenerator gen = new HttpRequestGenerator(uri, RequestMethod.GET);
gen.addQueryString("client_moniker",client.getString("client_moniker")); gen.addQueryString("client_moniker",client.getString("client_moniker"));
try { try {
HttpRequestResult reqResult = gen.execute(); HttpRequestResult reqResult = gen.execute();

Loading…
Cancel
Save