|
@@ -144,7 +144,7 @@ public class LinePay implements Serializable {
|
|
|
response = client.execute(request, httpResponse ->
|
|
response = client.execute(request, httpResponse ->
|
|
|
mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayAPOD.class));
|
|
mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayAPOD.class));
|
|
|
|
|
|
|
|
- log.debug(mapper.writeValueAsString(response));
|
|
|
|
|
|
|
+ log.info(mapper.writeValueAsString(response));
|
|
|
|
|
|
|
|
} catch (IOException | URISyntaxException e) {
|
|
} catch (IOException | URISyntaxException e) {
|
|
|
|
|
|
|
@@ -182,7 +182,7 @@ public class LinePay implements Serializable {
|
|
|
response = client.execute(request, httpResponse ->
|
|
response = client.execute(request, httpResponse ->
|
|
|
mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayConfirmAPOD.class));
|
|
mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayConfirmAPOD.class));
|
|
|
|
|
|
|
|
- log.debug(mapper.writeValueAsString(response));
|
|
|
|
|
|
|
+ log.info(mapper.writeValueAsString(response));
|
|
|
|
|
|
|
|
} catch (IOException | URISyntaxException e) {
|
|
} catch (IOException | URISyntaxException e) {
|
|
|
|
|
|
|
@@ -220,7 +220,7 @@ public class LinePay implements Serializable {
|
|
|
response = client.execute(request, httpResponse ->
|
|
response = client.execute(request, httpResponse ->
|
|
|
mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayRefundAPOD.class));
|
|
mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayRefundAPOD.class));
|
|
|
|
|
|
|
|
- log.debug(mapper.writeValueAsString(response));
|
|
|
|
|
|
|
+ log.info(mapper.writeValueAsString(response));
|
|
|
|
|
|
|
|
} catch (IOException | URISyntaxException e) {
|
|
} catch (IOException | URISyntaxException e) {
|
|
|
|
|
|