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

콜백 호출 순서 문의 #4

Open
jeonghwan-kim opened this issue Dec 26, 2016 · 1 comment
Open

콜백 호출 순서 문의 #4

jeonghwan-kim opened this issue Dec 26, 2016 · 1 comment

Comments

@jeonghwan-kim
Copy link

안녕하세요? 웹뷰로 구현시 순서 질문입니다.

IMP.request_pay({
   /**/
    m_redirect_url : 'https://www.yourdomain.com/payments/complete',
    app_scheme : 'iamportapp'
}, function(rsp) {
  /*콜백함수 동작 */
});

request_pay() 실행이후

  1. 콜백함수가 실행된 후 m_redirect_url로 이동하는 것인가요?
  2. 아니면 둘 다 비동기로 실행되는 것인가요?
@kskyul96
Copy link

kskyul96 commented Feb 3, 2017

콜백함수 실행 없이 m_redirect_url로 이동됩니다.
그래서 저는 콜백함수에 있는 처리를 m_redirect_url에서 재구현했네요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants