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
IamportResponseStruct
{ "success": false, "imp_uid": "imp_594738060424", "merchant_uid": "180", "pay_method": "payco", "pg_provider": "payco", "pg_type": "payment", "error_msg": "사용자가 결제를 취소하셨습니다" }
(iamport_ios.IamportResponseStruct) $R1 = { success = true imp_uid = "imp_594738060424" merchant_uid = "180" error_msg = "사용자가 결제를 취소하셨습니다" error_code = nil }
iamport-ios/Sources/iamport-ios/Classes/Data/IamportResponse.swift
Lines 92 to 95 in e937472
해당 코드에서 String으로 변환 실패 후 error_msg를 안 봐서 true 처리 되고 있는 것 같네요.
error_msg
true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
응답
변환 결과
iamport-ios/Sources/iamport-ios/Classes/Data/IamportResponse.swift
Lines 92 to 95 in e937472
해당 코드에서 String으로 변환 실패 후
error_msg
를 안 봐서true
처리 되고 있는 것 같네요.The text was updated successfully, but these errors were encountered: