Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harymindiar committed May 16, 2017
1 parent cff99ac commit 7baaf7e
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 @@ -25,7 +25,7 @@ Please proceed there for more detail on how to run the example.
midclient.ClientKey = "YOUR-VT-CLIENT-KEY"
midclient.ApiEnvType = midtrans.Sandbox

coreGateway = midtrans.CoreGateway{
coreGateway := midtrans.CoreGateway{
Client: midclient,
}

Expand All @@ -38,7 +38,7 @@ Please proceed there for more detail on how to run the example.
CreditCard: &midtrans.CreditCardDetail{
TokenID: "YOUR-CC-TOKEN",
},
Items: []midtrans.ItemDetail{
Items: &[]midtrans.ItemDetail{
midtrans.ItemDetail{
Id: "ITEM1",
Price: 200000,
Expand Down

0 comments on commit 7baaf7e

Please sign in to comment.