Skip to content

Commit 91c5b05

Browse files
authored
Merge pull request #105 from WhoWantIt/89-bug-카카오페이-url-변경
fix: 카카오페이 cancel url 변경
2 parents 72f56b7 + 4ec5433 commit 91c5b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/gdg/whowantit/service/FundingService/FundingServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public KakaoPayResponseDto.KakaoReadyResponse createSpon(Long fundingId, float p
260260
parameters.put("vat_amount", "100");
261261
parameters.put("tax_free_amount", "0");
262262
parameters.put("approval_url", "http://localhost:5173/fundings/success");
263-
parameters.put("cancel_url", "http://43.203.2.129:8080/:8080/fundings/cancel");
263+
parameters.put("cancel_url", "http://43.203.2.129:8080/fundings/cancel");
264264
parameters.put("fail_url", "http://43.203.2.129:8080/fundings/fail");
265265

266266
HttpEntity<Map<String, Object>> requestEntity = new HttpEntity<>(parameters, kakaopayService.getHeaders());

0 commit comments

Comments
 (0)