Added error code to the toast
This commit is contained in:
parent
3e5d5a71e1
commit
762b1b0692
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class ExceptionHandle {
|
|||
return SOLVED;
|
||||
default:
|
||||
// handle other error scenarios
|
||||
showToast(activity, "Order unknown error!");
|
||||
showToast(activity, "Order unknown error (" + iapApiException.getStatusCode() + ")");
|
||||
return SOLVED;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue