Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 영수증 검증 API(인앱결제) 호출 시 오류 #207

Closed
LeeJae-H opened this issue Dec 2, 2024 · 0 comments
Closed

[BUG] 영수증 검증 API(인앱결제) 호출 시 오류 #207

LeeJae-H opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LeeJae-H
Copy link
Collaborator

LeeJae-H commented Dec 2, 2024

Describe the bug
오류 상황 간단히 설명해주세요

To Reproduce
문제 상황을 재현할 수 있도록 요청하셨던 정보를 남겨주세요:

  1. POST, /api/v1/users/in-app-purchases/google/receipt-validation
  2. request body
    • private String packageName; //인앱 상품이 판매된 애플리케이션의 패키지 이름
    • private String productId; //인앱 상품 SKU
    • private String purchaseToken; //안드로이드에서 받아올 구매 토큰
@LeeJae-H LeeJae-H added the bug Something isn't working label Dec 2, 2024
@LeeJae-H LeeJae-H self-assigned this Dec 2, 2024
LeeJae-H added a commit that referenced this issue Dec 2, 2024
Fix: #207 영수증 검증 API(인앱결제) 로직에 예외 잡는 코드 추가(for Debugging)
LeeJae-H added a commit that referenced this issue Dec 3, 2024
LeeJae-H added a commit that referenced this issue Dec 3, 2024
Fix: #207 build.gradle 의존성 수정
LeeJae-H added a commit that referenced this issue Dec 3, 2024
LeeJae-H added a commit that referenced this issue Dec 3, 2024
@LeeJae-H LeeJae-H reopened this Dec 4, 2024
@LeeJae-H LeeJae-H changed the title [BUG] 영수증 검증 API(인앱결제) 호출 시 오류(false 반환) [BUG] 영수증 검증 API(인앱결제) 호출 시 오류 Dec 4, 2024
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 영수증 검증 메서드 내 각 실행마다 try-catch 작성
LeeJae-H added a commit that referenced this issue Dec 4, 2024
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 CI/CD 파일 수정 - google-account-key 시크릿키가 올바른 형식(json)으로 잘 저장됐…
LeeJae-H added a commit that referenced this issue Dec 4, 2024
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 CI/CD 파일 수정 - 기존 json 파일 저장 코드에서 큰따옴표가 없이 저장되는 문제가 발생함에 따라 …
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 CI/CD 파일 수정 - json 파일 저장 전 디렉토리 만드는 부분 추가
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 인앱 결제 서비스 로직 수정
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 인앱 결제 서비스 로직 수정2
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 인앱 결제 API 요청 DTO 수정
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 인앱 결제 API 요청 컨트롤러 수정
LeeJae-H added a commit that referenced this issue Dec 4, 2024
Fix: #207 인앱 결제 서비스 로직 수정3
LeeJae-H added a commit that referenced this issue Dec 5, 2024
Fix: #207 인앱 결제 서비스 로직 수정4
LeeJae-H added a commit that referenced this issue Dec 5, 2024
Fix: #207 인앱결제 관련 의존성 버전 수정(build.gradle)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant