테스트 코드 적용 문의
개발자센터 > 가이드의 결제 연동하기의 react코드를 그대로 사용하여 로컬에서 테스트 했을때는 결제수단선택ui가 구현이 되는데 실제 서버에 배포하여 페이지로 접속했을때는 결제하기 버튼밖에 나오지 않습니다,
PaymentPage.jsx:19 Refused to load the script 'https://js.tosspayments.com/v2/standard' because it violates the following Content Security Policy directive: "script-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. 이런 에러가 뜨네요
PaymentPage.jsx:19 Refused to load the script 'https://js.tosspayments.com/v2/standard' because it violates the following Content Security Policy directive: "script-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. 이런 에러가 뜨네요
