react native v1 SDK를 사용중에 있습니다.

sdk,
ios나 android

if (paymentWidgetControl == null || agreementWidgetControl == null) {
      Alert.alert('주문 정보가 초기화되지 않았습니다.');
      return;
    }

서 paymentWidgetControl과 agreementWidgetControl상 Null . ?
Was this page helpful?