Skip to content

Commit

Permalink
HotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
iwokonl committed May 20, 2024
1 parent d7188e2 commit a6085cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public Exception decode(String methodKey, Response response) {
} catch (IOException e) {
e.printStackTrace();
}
return new AppExeption(errorContent, HttpStatus.valueOf(response.status()));
return new AppExeption(errorContent,"currency-accounts", HttpStatus.valueOf(response.status()));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public Exception decode(String methodKey, Response response) {
} catch (IOException e) {
e.printStackTrace();
}
return new AppExeption(errorContent, HttpStatus.valueOf(response.status()));
return new AppExeption(errorContent,"paypal", HttpStatus.valueOf(response.status()));
}
}

0 comments on commit a6085cd

Please sign in to comment.