Skip to Content
-1
Jun 11, 2020 at 01:30 PM

HYbris Payapl Integration[paypal-core-1.7.1.jar]

118 Views Last edit Jun 11, 2020 at 01:39 PM 2 rev

DO you know how can we disabling logging in paypal APIService.class. Here all the paypal request and response is getting printed.Which has sensitive customer informations.

Any one faced this and how we can disable this logging

public String makeRequestUsing(APICallPreHandler apiCallPreHandler){
LoggingManager.info(APIService.class, payLoad);
..
.
LoggingManager.info(APIService.class, response);