빌링 결제 라이브키 적용시 에러
안녕하세요. 빌링결제 시스템을 테스트키로 개발하면 모두 정상작동하는데요
라이브키로 바꿨더니
ile "/app/apps/payment.py", line 392, in tossBillingSuccess
savePaymentUserResult = savePaymentUserInfo(response.text, customerKey)
File "/app/apps/payment.py", line 823, in savePaymentUserInfo
customerKey = jsonobject['customerKey']
KeyError: 'customerKey'
커스터머 키에 에러가 납니다..
로컬 서버에서 실제 결제 테스트를 해보는중인데, 로컬 서버라서 그런건가요? 아니면 라이브키 적용시 다른 작업이 필요한건가요?
로컬 서버 문제라면 어떻게해야 로컬에서 테스트 해볼수 있을까요?
라이브키로 바꿨더니
ile "/app/apps/payment.py", line 392, in tossBillingSuccess
savePaymentUserResult = savePaymentUserInfo(response.text, customerKey)
File "/app/apps/payment.py", line 823, in savePaymentUserInfo
customerKey = jsonobject['customerKey']
KeyError: 'customerKey'
커스터머 키에 에러가 납니다..
로컬 서버에서 실제 결제 테스트를 해보는중인데, 로컬 서버라서 그런건가요? 아니면 라이브키 적용시 다른 작업이 필요한건가요?
로컬 서버 문제라면 어떻게해야 로컬에서 테스트 해볼수 있을까요?
