Skip to content

Commit

Permalink
update key for serv/client
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnoto committed Jan 5, 2017
1 parent d39b1bb commit 87535f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ an advantage of itself. Now, Midtrans is available to be used in Go, too.

```go
midclient := midtrans.NewClient()
midclient.ServerKey = "VT-server-7CVlR3AJ8Dpkez3k_TeGJQZU"
midclient.ClientKey = "VT-client-IKktHiy3aRYHljsw"
midclient.ServerKey = "YOUR-VT-SERVER-KEY"
midclient.ClientKey = "YOUR-VT-CLIENT-KEY"
midclient.ApiEnvType = midtrans.Sandbox

coreGateway = midtrans.CoreGateway{
Expand Down

0 comments on commit 87535f4

Please sign in to comment.