Skip to content

Commit af83148

Browse files
committed
certificate data changed
1 parent 614e469 commit af83148

File tree

3 files changed

+67
-1
lines changed

3 files changed

+67
-1
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries-with-intellij-classes.xml

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/kr/co/bootpay/service/VerificationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static public ResDefault<CertificateData> certificate(BootpayObject bootpay, Str
3939
HttpResponse response = client.execute(get);
4040
String str = IOUtils.toString(response.getEntity().getContent(), "UTF-8");
4141

42-
Type resType = new TypeToken<ResDefault<VerificationData>>(){}.getType();
42+
Type resType = new TypeToken<ResDefault<CertificateData>>(){}.getType();
4343
ResDefault<CertificateData> res = new Gson().fromJson(str, resType);
4444
return res;
4545
}

0 commit comments

Comments
 (0)