Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

안드로이드 nice 카드 결제 완료 버튼 터치시.... #1

Open
cskms opened this issue Apr 18, 2017 · 0 comments
Open

안드로이드 nice 카드 결제 완료 버튼 터치시.... #1

cskms opened this issue Apr 18, 2017 · 0 comments
Labels

Comments

@cskms
Copy link

cskms commented Apr 18, 2017

index.android.js 의

 _onPaymentResultReceive(e) {
 	if (this.props.onPaymentResultReceive) {
 		this.props.onPaymentResultReceive(e);
 	}
}

이 함수 안에 this 를 찍어보면 "undefined" 로 나옵니다.

componentDidMount() {
	DeviceEventEmitter.addListener('paymentEvent', (this.props.onPaymentResultReceive) ? this.props.onPaymentResultReceive : null);
}

로 수정해서 쓰고 있습니다.

@JeffGuKang JeffGuKang added the bug label Nov 3, 2017
jeongjuwon pushed a commit that referenced this issue Jul 30, 2018
KcpWebViewClient.java 추가
테스트 / 프로덕션 적용 완료
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants