Skip to content

Commit 246aba9

Browse files
committed
+ Minor edits
1 parent 58b8b18 commit 246aba9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Since August 2018, the Authorize.Net API has been reorganized to be more merchan
3131
- Before creating pull requests, read [the contributors guide](CONTRIBUTING.md).
3232

3333
### TLS 1.2
34-
The Authorize.Net API only support connections using the TLS 1.2 security protocol. Make sure to upgrade all required components to support TLS 1.2. Keep these components up to date to mitigate the risk of new security flaws.
34+
The Authorize.Net APIs only support connections using the TLS 1.2 security protocol. Make sure to upgrade all required components to support TLS 1.2. Keep these components up to date to mitigate the risk of new security flaws.
3535

3636

3737
## Installation
@@ -58,10 +58,10 @@ After you have your credentials, load them into the appropriate variables in you
5858
ApiOperationBase.setMerchantAuthentication(merchantAuthenticationType);
5959
```
6060

61-
Never include your API Login ID and Transaction Key directly in a file in a publically accessible portion of your website. As a best practice, define the API Login ID and Transaction Key in a constants file, and then reference those constants in your code.
61+
Never include your API Login ID and Transaction Key directly in a file in a publicly accessible portion of your website. As a best practice, define the API Login ID and Transaction Key in a constants file, and reference those constants in your code.
6262

6363
### Switching between the sandbox environment and the production environment
64-
Authorize.Net maintains a complete sandbox environment for testing and development purposes. The sandbox environment is an exact duplicate of our production environment, with simulated transaction authorization and settlement. By default, this SDK is configured to use the sandbox environment. To switch to the production environment, set the appropriate environment constant using ApiOperationBase `setEnvironment` method. For example:
64+
Authorize.Net maintains a complete sandbox environment for testing and development purposes. The sandbox environment is an exact replica of our production environment, with simulated transaction authorization and settlement. By default, this SDK is configured to use the sandbox environment. To switch to the production environment, set the appropriate environment constant using ApiOperationBase `setEnvironment` method. For example:
6565
```java
6666
// For PRODUCTION use
6767
ApiOperationBase.setEnvironment(Environment.PRODUCTION);
@@ -73,7 +73,7 @@ API credentials are different for each environment, so be sure to switch to the
7373
When using this SDK, downloading the Authorize.Net sample code repository is recommended.
7474
* [Authorize.Net Java Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-java)
7575

76-
The respository contains comprehensive sample code for common uses of the Authorize.Net API.
76+
The repository contains comprehensive sample code for common uses of the Authorize.Net API.
7777

7878
The API Reference contains details and examples of the structure and formatting of the Authorize.Net API.
7979
* [Developer Center API Reference](http://developer.authorize.net/api/reference/index.html)
@@ -157,7 +157,7 @@ The sensitive fields that are masked during logging are:
157157

158158
There is also a list of regular expressions which the sensitive logger uses to mask credit card numbers while logging.
159159

160-
More information on the regular espressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-java/blob/master/resources/AuthorizedNetSensitiveTagsConfig.json).
160+
More information on the regular expressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-java/blob/master/resources/AuthorizedNetSensitiveTagsConfig.json).
161161

162162
### Transaction Hash Upgrade
163163
Authorize.Net is phasing out the MD5 based `transHash` element in favor of the SHA-512 based `transHashSHA2`. The setting in the Merchant Interface which controlled the MD5 Hash option is no longer available, and the `transHash` element will stop returning values at a later date to be determined. For information on how to use `transHashSHA2`, see the [Transaction Hash Upgrade Guide](https://developer.authorize.net/support/hash_upgrade/).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy