치와와
치와와
결제 위젯 문의 드립니다. RN 버전정보 드립니다.
"react-native": "0.77.0", "@tosspayments/widget-sdk-react-native": "^1.4.0", "tosspayments-react-native-webview": "^1.0.1" 버전을 사용중입니다. --- 이하 문의 드렸던 사항 --- https://docs.tosspayments.com/sdk/widget-rn#renderagreementselecto react-native 를 이용해 결제 위젯 생성중입니다. renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요? <PaymentMethodWidget selector="payment-methods" onLoadEnd={() => { console.log('onLoadEnd'); paymentWidgetControl .renderPaymentMethods( 'payment-methods', { value: 200 }, { variantKey: 'DEFAULT', } ) .then((control) => { console.log('paymentMethodWidgetControl', control); setPaymentMethodWidgetControl(control); }); }} /> 위젯을 로드하는데, renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요? <PaymentWidgetProvider 에서 client key를 설정하고 customer key는 조건에 맞춰 생성하여 넣었습니다. onLoadEnd 콘솔도 출력되지 않는 경우도 있습니다.
16 replies
React-native 위젯 문의
https://docs.tosspayments.com/sdk/widget-rn#renderagreementselecto react-native 를 이용해 결제 위젯 생성중입니다. renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요? <PaymentMethodWidget selector="payment-methods" onLoadEnd={() => { console.log('onLoadEnd'); paymentWidgetControl .renderPaymentMethods( 'payment-methods', { value: 200 }, { variantKey: 'DEFAULT', } ) .then((control) => { console.log('paymentMethodWidgetControl', control); setPaymentMethodWidgetControl(control); }); }} /> 위젯을 로드하는데, renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요? <PaymentWidgetProvider 에서 client key를 설정하고 customer key는 조건에 맞춰 생성하여 넣었습니다. onLoadEnd 콘솔도 출력되지 않는 경우도 있습니다.
6 replies
version2 토스페이먼츠는 react-native를 지원하나요?
샘플 프로젝트에서 react-native는 보지 못했습니다.
4 replies
react-native sdk version1 렌더링 문의
https://docs.tosspayments.com/sdk/widget-rn#renderagreementselector-options 가이드를 따라 작성하였습니다. 환경은 안드로이드 에뮬레이터로 진행중입니다. 클라이언트 키와 커스터머키를 동일하게 사용하고 있으며 varient key도 동일합니다. 어제는 렌더링이 되었으나 오늘은 렌더링이 되지 않습니다. 다른 코드가 바뀐것은 없는데 에러의 원인이 될 부분을 찾지 못했습니다. 이런 경우에 해결 방법이 있을까요 버튼을 클릭하면 주문 정보가 초기화되지 않았다는 문구가 나옵니다. 크롬 인스펙터를 열었을 때에는 에러가 발생하고 있습니다. 아래 사진 첨부드립니다.
8 replies
renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요?
react-native 를 이용해 결제 위젯 생성중입니다. <PaymentMethodWidget selector="payment-methods" onLoadEnd={() => { console.log('onLoadEnd'); paymentWidgetControl .renderPaymentMethods( 'payment-methods', { value: 200 }, { variantKey: 'DEFAULT', } ) .then((control) => { console.log('paymentMethodWidgetControl', control); setPaymentMethodWidgetControl(control); }); }} /> 위젯을 로드하는데, renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요? <PaymentWidgetProvider 에서 client key를 설정하고 customer key는 조건에 맞춰 생성하여 넣었습니다. onLoadEnd 콘솔도 출력되지 않는 경우도 있습니다.
3 replies