Why does this code only work when using a breakpoint?
See the code below, for some reason it only works when I put a breakpoint on line 2 (*), is there any delay? Does the next line start before the second ends?
dp.SSLCertStoreType = nsoftware.IBizPayPal.DirectpaymentSSLCertStoreTypes.sstPEMKey
*dp.SSLCertStore = My.Computer.FileSystem.ReadAllText(Server.MapPath("\cert_key_pem.txt"))
dp.SSLCertSubject = "*"
Note. The error is thrown on the third line only when the breakpoint is set on the 2nd line, after clearing the gap, the program does my purchase through a credit card.
I will post the error again. I'm copying it now ...
System error: Failed to get security credentials: Error 8009030E.
Here he is, although he must say, "The order is confirmed!" enter a message if it works correctly.
0
source to share