January 24, 20187 yr I am updating from v2.33 to v3.x on Windows. It's older installations. I have multiple machines to update. Because of the TSL 1.2 requirements. The plug-in either has first time initialization problems. Or, I get the Unable to process because of java.lang.nullPointException Attached is a fresh log file from an attempt to run a credit card. Help 360Plug-ins_Runtime.log
January 24, 20187 yr Author In my case, the problem seems to stem from the command CCSetTestMode. I set my variable from a field as in CCSetTestMode(Setup::test_mode) When I force the command to CCSetTestMode(0), the problem goes away. So, I will change my script to the following and re-test. If(Setup::test_mode; CCSetTestMode(1); CCSetTestMode(0))
February 22, 20187 yr Hey there, That should do the trick. It appears as though the complaint our plugin had was with null being passed as a parameter, meaning it wasn't being set at all. I'll talk to our developer in regards to whether TestMode should default to a value if not set, or provide some error prompting indicating the issue in plain language. Thanks for bringing this to our attention.
Create an account or sign in to comment