Skip to content

Commit

Permalink
Fix APIEnvType README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haritsfahreza committed Jul 9, 2018
1 parent 4856bd4 commit 645edc4
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 @@ -26,7 +26,7 @@ Please proceed there for more detail on how to run the example.
midclient := midtrans.NewClient()
midclient.ServerKey = "YOUR-VT-SERVER-KEY"
midclient.ClientKey = "YOUR-VT-CLIENT-KEY"
midclient.ApiEnvType = midtrans.Sandbox
midclient.APIEnvType = midtrans.Sandbox

coreGateway := midtrans.CoreGateway{
Client: midclient,
Expand Down

0 comments on commit 645edc4

Please sign in to comment.