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

뒤로가기 버튼으로 paymentResultCallback 반환받기 #79

Open
jiyong3954 opened this issue May 8, 2024 · 0 comments
Open

뒤로가기 버튼으로 paymentResultCallback 반환받기 #79

jiyong3954 opened this issue May 8, 2024 · 0 comments

Comments

@jiyong3954
Copy link

jiyong3954 commented May 8, 2024

버전 1.4.4 사용 중입니다.

Iamport.payment(
    userCode = "******",
    webviewMode = webView,
    iamPortRequest = request,
    paymentResultCallback = {
        Log.d("LOG_CHECK", "paymentResultCallback\n${it}")
    }
)

위와 같이 결제 진행했을 때 뒤로가기 버튼으로 결제가 취소하면 IamPortResponse.imp_uid 값을 받을 방법은 없나요??
좌상단의 X 를 눌렀을 때와 같은 반응을 받길 원합니다

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

1 participant