• Joined on 2023-07-19
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-02 13:23:21 +00:00
4b13265737 fix(charge): payverseVerify 결제금액 비교로직 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-02 11:40:52 +00:00
79cd2b8123 debug(charge): 해외결제 DEBUG를 위해 print 임시 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-02 11:29:57 +00:00
8cc9641bbf feat(charge): payloadJson의 amount
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-02 10:59:21 +00:00
32935aed88 feat(charge): payloadJson의 amount
c72adbfc4b temp(charge): 캔 리스트
Compare 2 commits »
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-02 10:04:02 +00:00
bc378cc619 temp(charge): 캔 리스트
6327a5d2bf feat(charge): 캔 충전시 통화(KRW, USD)별로 분기 처리
Compare 2 commits »
klaus pushed to test at klaus/sodalive-vuejs-admin 2025-10-02 08:57:38 +00:00
b5dbccf515 feat(can): 다국적 통화 표기 지원
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-02 06:08:13 +00:00
2ab2a04748 feat(can): 캔 응답 - String 형태 가격 필드 추가
fb0a9e98a1 사용하지 않는 print 제거
Compare 2 commits »
klaus pushed to test at klaus/sodalive-vuejs-admin 2025-10-02 03:11:12 +00:00
379e5b67f3 feat(can): 캔 리스트 조회 바뀐 API Endpoint(/admin/can)로 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-01 13:29:53 +00:00
e45fe1bf10 feat: 일반 유저용 캔 리스트 조회 API 추가, GeoCountryFilter(GeoCountry.OTHER, GeoCountry.KR 구분용) 추가
3d852a8356 feat: 관리자용 캔 리스트 조회 API 추가
Compare 2 commits »
klaus pushed to test at klaus/sodalive-vuejs-admin 2025-10-01 12:32:44 +00:00
fd9ea2f5bb feat(can): 캔 등록시 결제 화폐단위 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-01 12:22:13 +00:00
b244944f41 feat: 캔 엔티티 currency - length 3으로 고정하여 CHAR(3)에 대응되도록 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-01 12:08:56 +00:00
3c7ba669e2 feat: Payment, AdTrackingHistory 엔티티 price - Decimal(10, 4)에 대응되도록 Column 추가
81e7e7129c feat: 캔 엔티티 currency - length 3으로 고정하여 CHAR(3)에 대응되도록 수정
Compare 2 commits »
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-01 11:56:08 +00:00
d7ad110b9e feat: 캔 등록/조회 - currency 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-01 11:41:53 +00:00
0c17ea2dcd fix: 캔 가격, Payment의 price 타입 Int, Double -> BigDecimal로 변경
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-10-01 07:08:02 +00:00
78ff13a654 temp: 캔 가격 타입 Int -> Double로 변경
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-30 14:08:54 +00:00
863c285049 fix: 불필요한 print 제거
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-30 09:23:35 +00:00
a3d74c0b57 fix: Payverse Webhook 엔드포인트에서 실제 클라이언트 IP를 가져올 수 있도록 수정
9016a72046 fix: ResponseStatusException이 ApiResponse로 래핑되지 않도록 수정
Compare 2 commits »
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-30 09:00:16 +00:00
3c32614d1c temp(Exception): ResponseStatusException은 ApiResponse로 래핑하지 않고 그대로 전달
51988471cf temp(payverse): 호출되는 INBOUND_IP 확인하기 위해 출력
Compare 2 commits »
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-30 08:37:30 +00:00
8990bd0722 fix(payverse): webhook 엔드포인트는 로그인 하지 않더라도 실행되도록 수정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-30 08:22:54 +00:00
aab2417976 fix(payverse): print 제거