From 87535f436163017cc4cd9a849240bb15de55d422 Mon Sep 17 00:00:00 2001 From: Adam Pahlevi Date: Thu, 5 Jan 2017 17:29:48 +0700 Subject: [PATCH] update key for serv/client --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f93127d..0662779 100644 --- a/README.md +++ b/README.md @@ -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{