Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Stanford authored and Mark Stanford committed Aug 7, 2015
1 parent 166b59d commit 0b4f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ compile "com.realexpayments.hpp.sdk:rxp-hpp-java:1.0"
## Usage
### Creating Request JSON for Realex JS SDK
```java
HppRequest request = new HppRequest()
HppRequest hppRequest = new HppRequest()
.addAmount(100)
.addCurrency("EUR")
.addMerchantId("merchantId");
Expand Down

0 comments on commit 0b4f982

Please sign in to comment.