Skip to content

Commit 153b249

Browse files
committed
readme changes again
1 parent a3610b1 commit 153b249

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ _______________________________
337337
}catch (ClientException e){
338338
e.getInnerException().printStackTrace();
339339
}
340+
341+
or
342+
343+
String stackTrace = Utility.getStackTrace(e.getInnerException());
340344

341345
## Documentation
342346
- For more information about CyberSource services, see <https://www.cybersource.com/en-us/support/technical-documentation.html>.

zip/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,10 @@ _______________________________
357357
e.getInnerException().printStackTrace();
358358
}
359359

360+
or
361+
362+
String stackTrace = Utility.getStackTrace(e.getInnerException());
363+
360364
##Documentation
361365

362366
For more information about CyberSource services, see <https://www.cybersource.com/en-us/support/technical-documentation.html>

0 commit comments

Comments
 (0)