File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > .
Original file line number Diff line number Diff 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
362366For more information about CyberSource services, see <https://www.cybersource.com/en-us/support/technical-documentation.html>
You can’t perform that action at this time.
0 commit comments