Skip to content

Commit d53525b

Browse files
authored
Test
1 parent 1597ba1 commit d53525b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains working code samples which demonstrate Java integration
66
The samples are organized into categories and common usage examples, just like our [API Reference Guide](http://developer.authorize.net/api/reference). Our API Reference Guide is an interactive reference for the Authorize.Net API. It explains the request and response parameters for each API method and has embedded code windows to allow you to send actual requests right within the API Reference Guide.
77

88

9-
## Using the Sample Code
9+
## Using the Sample CodeERERRRRRRR
1010

1111
The samples are all completely independent and self-contained. You can analyze them to get an understanding of how a particular method works, or you can use the snippets as a starting point for your own project.
1212

@@ -38,7 +38,7 @@ Please set the JAVA environment proxy using a similar code :
3838
System.setProperty(Constants.HTTPS_PROXY_HOST, "127.0.0.1");
3939
System.setProperty(Constants.HTTPS_PROXY_PORT, "8888");
4040
```
41-
**For using proxy authentication**
41+
**For using proxy authenticatio RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRn**
4242

4343
Please set the JAVA environment proxy credentials using a similar code :
4444
```

0 commit comments

Comments
 (0)