got Abstraction

This commit is contained in:
Paul Schneider
2023-03-19 16:02:50 +00:00
parent ca9af3f5a0
commit 6fe0dad775
11 changed files with 118 additions and 80 deletions

View File

@ -456,7 +456,7 @@ namespace yavscTests
app.UseWelcomePage("/welcome");
// before fixing the security protocol, let beleive our lib it's done with it.
var cxmgr = PayPal.Manager.ConnectionManager.Instance;
//var cxmgr = PayPal.Manager.ConnectionManager.Instance;
// then, fix it.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)0xC00; // Tls12, required by PayPal