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

결제 연동 관련 이슈 #2

Open
3 tasks
changhwan77 opened this issue Feb 6, 2024 · 1 comment
Open
3 tasks

결제 연동 관련 이슈 #2

changhwan77 opened this issue Feb 6, 2024 · 1 comment
Assignees

Comments

@changhwan77
Copy link
Collaborator

💡 작업 내용

카카오페이 결제 연동 관련 작업

📝 상세 내용

구현 방법은 총 2가지를 시도해봄.

  1. 카카오페이 api 직접 호출
  2. Iamport 패키지 사용

하지만 두 방법도 에러가 발생함.

  1. 카카오페이 api 직접 호출 관련
    image
    image
  • 위와 같이 네트워크 에러가 발생해요.
  1. Iamport 패키지 사용

image

해당 카드 클릭 시

image

다음 코드가 실행되고 Payment 객체 코드는 다음과 같아요.
image

이를 실행 시 다음과 같은 에러가 발생해요.
image

유추하기론 현재 지원되는 os가 아이폰이랑 안드만 있어서 웹 지원은 따로 없네요..!

현재 3번째 방법으로 손수 구현을 하려고 하는데 더 나은 방안 또는 위에서 에러를 고칠 수 있는 방법이 있다면 도와주시면 감사하겠습니다..!

  • todo
  • todo
  • todo

✏️ 참고 사항


@changhwan77
Copy link
Collaborator Author

  • 카카오에서는 https 만 허용하고 있는데 로컬 호스트에서 실행하다 보니 http 에서 요청이 가서 그럴 수도 있을 것 같다는 생각이 들었습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants