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
[](https://travis-ci.org/AuthorizeNet/sample-code-java)
3
3
4
-
This repository contains working code samples which demonstrate Java integration with the Authorize.Net Java SDK
5
-
The samples are organized just like our API, which you can also try out directly here: http://developer.authorize.net/api/reference
4
+
This repository contains working code samples which demonstrate Java integration with the [Authorize.Net Java SDK](https://www.github.com/AuthorizeNet/sdk-java).
5
+
6
+
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.
6
7
7
8
8
9
## Using the Sample Code
9
10
10
-
The samples are all completely independent and self-contained so you can look at them to get a gist of how the method works, you can use the snippets to try in your own sample project, or you can run each sample from the command line.
11
+
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.
12
+
13
+
You can also run each sample directly from the command line.
11
14
12
-
## Running the Samples
13
-
1. Clone this repository.
14
-
2. Run "mvn package" in the root directory to create the SampleCode console app.
0 commit comments