Skip to content

Commit 15e40e0

Browse files
committed
결제진행시 에러처리 개선
1 parent 5e87f1a commit 15e40e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootpay/src/main/java/kr/co/bootpay/bio/activity/BootpayBioActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ public void run() {
524524
builder.setPositiveButton("확인", new DialogInterface.OnClickListener() {
525525
@Override
526526
public void onClick(DialogInterface dialogInterface, int i) {
527+
ErrorListener error = CurrentBioRequest.getInstance().error;
528+
if(error != null) error.onError(res.message);
527529
goCardDeleteWalletIDRequest();
528530
// ErrorListener error = CurrentBioRequest.getInstance().error;
529531
// if(error != null) error.onError(msg);

0 commit comments

Comments
 (0)