Skip to content

Commit e84770e

Browse files
committed
Merge pull request #17 from kleetus/master
Conversion to Maven, Tests adjusted to help developers
2 parents e4128f2 + 065a8f2 commit e84770e

35 files changed

+404
-220
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ java-bitpay-client.xml
44
java-bitpay-client.properties
55
untitled folder/
66
.idea/
7+
target

GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Each client paired with the BitPay server requires a public and private key. Th
1515

1616
The private key should be stored in the client environment such that it cannot be compromised. If your private key is compromised you should revoke the compromised client identity from the BitPay server and re-pair your client, see the [API tokens](https://bitpay.com/api-tokens) for more information.
1717

18-
This SDK provides the capability of internally storing the private key on the client local file system. If the local file system is secure then this is a good option. It is also possible to generate the key yourself (using the SDK) and store the key as required. It is not recommended to transmit the private key over any public or unsecure networks.
18+
This SDK provides the capability of internally storing the private key on the client local file system. If the local file system is secure then this is a good option. It is also possible to generate the key yourself (using the SDK) and store the key as required. It is not recommended to transmit the private key over any public or unsecured networks.
1919

2020
```java
2121
// Let the SDK store the private key on the clients local file system.
@@ -88,7 +88,7 @@ String status = invoice.getStatus();
8888

8989
### Create an invoice (extended)
9090

91-
You can add optional attributes to the invoice. Atributes that are not set are ignored or given default values. For example:
91+
You can add optional attributes to the invoice. Attributes that are not set are ignored or given default values. For example:
9292

9393
```java
9494
InvoiceBuyer buyer = new InvoiceBuyer();

lib/bitcoinj-0.12-SNAPSHOT.jar

-1.07 MB
Binary file not shown.
-765 KB
Binary file not shown.

lib/commons-codec-1.6.jar

-227 KB
Binary file not shown.

lib/commons-logging-1.1.3.jar

-60.6 KB
Binary file not shown.

lib/core-1.51.0.0.jar

-2.24 MB
Binary file not shown.

lib/fluent-hc-4.3.1.jar

-22.2 KB
Binary file not shown.

lib/httpclient-4.3.1.jar

-572 KB
Binary file not shown.

lib/httpclient-cache-4.3.1.jar

-145 KB
Binary file not shown.

0 commit comments

Comments
 (0)