forked from veritrans/go-midtrans
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
843 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Simplepay | ||
|
||
An alternative of [Simplepay](https://github.com/veritrans/veritrans-ruby/tree/master/example/rails/simplepay) | ||
written for Go. It should give an illustration and proof of concept | ||
for integrating Midtrans PG with Go. | ||
|
||
## Demo | ||
|
||
1. Run go get: `go get github.com/veritrans/go-midtrans` | ||
2. Clone and change dir to this example folder | ||
3. Run: `go build -o main && ./main` | ||
|
||
Visit: `localhost:1234` and make payment. |
Oops, something went wrong.