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
@@ -62,7 +62,7 @@ API credentials are different for each environment, so be sure to switch to the
62
62
When using this SDK, downloading the Authorize.Net sample code repository is recommended.
63
63
*[Authorize.Net C# Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-csharp)
64
64
65
-
The respository contains comprehensive sample code for common uses of the Authorize.Net API.
65
+
The repository contains comprehensive sample code for common uses of the Authorize.Net API.
66
66
67
67
The API Reference contains details and examples of the structure and formatting of the Authorize.Net API.
68
68
*[Developer Center API Reference](http://developer.authorize.net/api/reference/index.html)
@@ -142,7 +142,7 @@ The sensitive fields that are masked during logging are:
142
142
143
143
There is also a list of regular expressions which the sensitive logger uses to mask credit card numbers while logging.
144
144
145
-
More information on the regular espressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Util/SensitiveDataConfigType.cs).
145
+
More information on the regular expressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Util/SensitiveDataConfigType.cs).
146
146
147
147
To unmask sensitive data, use the default `TextWriterTraceListener` and `ConsoleTraceListener`.
0 commit comments