You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I noticed when combing through some logs in some of our Magento2 code that there are calls to a method setDebug that no longer exists. Our client code is calling this code to run reports, but it also seems that your code is still calling these non-existent methods as well.
If you look here at this older version of your code
You can see a setDebug did exist and you can see here on the most recent version of your code, that the method no longer exists but is still being called by other methods
It seems to me that this was partially replaced by CyberSource/LogConfiguration class but I cannot tell for sure.
I Was wondering if you guys could provide any insight or code fix for this. This snippet of code below is what we have written for running our reports it essentially news up a CyberSource/Authentication/Core/MerchantConfiguration class and sets these methods (the first 3 of which do not seem to exist any longer)
I was wondering what a replacement for these methods might be as they are causing our report code to fail.
Thanks!
The text was updated successfully, but these errors were encountered:
chriskoleda
changed the title
setDebug method calls removed from Authentication/Core/MerchantConfiguration
setDebug methods removed from Authentication/Core/MerchantConfiguration
Nov 24, 2021
Hey guys, I noticed when combing through some logs in some of our Magento2 code that there are calls to a method setDebug that no longer exists. Our client code is calling this code to run reports, but it also seems that your code is still calling these non-existent methods as well.
If you look here at this older version of your code
cybersource-rest-client-php/lib/Authentication/Core/MerchantConfiguration.php
Line 541 in bc2e889
You can see a setDebug did exist and you can see here on the most recent version of your code, that the method no longer exists but is still being called by other methods
cybersource-rest-client-php/lib/Authentication/Core/MerchantConfiguration.php
Line 870 in cb77850
It seems to me that this was partially replaced by CyberSource/LogConfiguration class but I cannot tell for sure.
I Was wondering if you guys could provide any insight or code fix for this. This snippet of code below is what we have written for running our reports it essentially news up a CyberSource/Authentication/Core/MerchantConfiguration class and sets these methods (the first 3 of which do not seem to exist any longer)
I was wondering what a replacement for these methods might be as they are causing our report code to fail.
Thanks!
The text was updated successfully, but these errors were encountered: