We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요? 웹뷰로 구현시 순서 질문입니다.
IMP.request_pay({ /**/ m_redirect_url : 'https://www.yourdomain.com/payments/complete', app_scheme : 'iamportapp' }, function(rsp) { /*콜백함수 동작 */ });
request_pay() 실행이후
The text was updated successfully, but these errors were encountered:
콜백함수 실행 없이 m_redirect_url로 이동됩니다. 그래서 저는 콜백함수에 있는 처리를 m_redirect_url에서 재구현했네요
Sorry, something went wrong.
No branches or pull requests
안녕하세요? 웹뷰로 구현시 순서 질문입니다.
request_pay() 실행이후
The text was updated successfully, but these errors were encountered: