You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iamport-react-native 의 IMP.Payment 컴포넌트 호출 시 다날 계좌이체가 정상 작동하지 않습니다.
증상은 loading 컴포넌트가 잠시 보였다가 바로 꺼집니다. (결제모듈 자체가 나오지 않습니다.)
결과값은 다음과 같이 넘어옵니다. {"error_code": "1102", "error_msg": "다날 서버로부터 받은 응답이 올바르지 않습니다.전문 파싱 중 오류가 발생했습니다.", "imp_uid": "imp_************", "merchant_uid": "merchant_1643270972284", "success": false}
혹시몰라 다날에서 에러코드를 찾아보니 CPID 값이 올바르지 않다고 나오길래 아임포트에 문의해본 결과 관리자페이지에서의 설정은 제대로 되어있다는 답변을 받았습니다.
테스트 환경
Android
AndroidMenifest에 다음과 같이 intent-filter와 , Activity에 android:launchMode="singleTask" 추가해주었습니다.
오류항목
iamport-react-native 의 IMP.Payment 컴포넌트 호출 시 다날 계좌이체가 정상 작동하지 않습니다.
증상은 loading 컴포넌트가 잠시 보였다가 바로 꺼집니다. (결제모듈 자체가 나오지 않습니다.)
결과값은 다음과 같이 넘어옵니다.
{"error_code": "1102", "error_msg": "다날 서버로부터 받은 응답이 올바르지 않습니다.전문 파싱 중 오류가 발생했습니다.", "imp_uid": "imp_************", "merchant_uid": "merchant_1643270972284", "success": false}
혹시몰라 다날에서 에러코드를 찾아보니 CPID 값이 올바르지 않다고 나오길래 아임포트에 문의해본 결과 관리자페이지에서의 설정은 제대로 되어있다는 답변을 받았습니다.
테스트 환경
Android
AndroidMenifest에 다음과 같이 intent-filter와 , Activity에
android:launchMode="singleTask"
추가해주었습니다.모듈 버전
"iamport-react-native": "^2.0.0-rc.1",
"query-string": "^7.1.0",
"react": "17.0.2",
"react-native": "0.66.4",
Source
The text was updated successfully, but these errors were encountered: