Skip to content

Commit

Permalink
Merge pull request #4 from Xaxxis/master
Browse files Browse the repository at this point in the history
Add link sample app
  • Loading branch information
Xaxxis authored Oct 24, 2019
2 parents cb6ac54 + cf752a1 commit 4d07c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,11 @@ JSONObject refundTransaction("YOUR_ORDER_ID OR TRANSACTION_ID", params());
```

## 4. Examples
Examples are available on [/examples](example) folder.
Examples are available on [/examples](example) folder
There are:
- [Core Api examples](example/src/main/java/com/midtrans/sample/controller/CoreApiController.java)
- [Snap examples](example/src/main/java/com/midtrans/sample/controller/SnapController.java)
- [Live Demo App](https://midtrans-java.herokuapp.com/)

## Get help

Expand All @@ -527,4 +528,3 @@ There are:
* [SNAP documentation](http://snap-docs.midtrans.com)
* [Core API documentation](http://api-docs.midtrans.com)
* Can't find answer you looking for? email to [[email protected]](mailto:[email protected])

2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Midtrans Java Client Sample App
Midtrans ❤️ Java!
This is the Official [Midtrans](https://midtrans.com) java-client sample store Spring Boot web application. For more information about the product and documentation please refer to [http://docs.midtrans.com](https://docs.midtrans.com).
This is the Official [Midtrans](https://midtrans.com) java-client sample store Spring Boot web application. For more information about the product and documentation please refer to [http://docs.midtrans.com](https://docs.midtrans.com) and also you can try visit [demo app](https://midtrans-java.herokuapp.com/).
## 1. How to build and run
Expand Down

0 comments on commit 4d07c5d

Please sign in to comment.