Skip to content

Commit 8207abe

Browse files
committed
default credential
1 parent 4258e09 commit 8207abe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/flask_app/web.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from midtransclient import Snap, CoreApi
88

99
# Set Your server key
10-
# can find in Merchant Portal -> Settings -> Access keys
11-
SERVER_KEY = ''
12-
CLIENT_KEY = ''
10+
# You can find it in Merchant Portal -> Settings -> Access keys
11+
SERVER_KEY = 'SB-Mid-server-GwUP_WGbJPXsDzsNEBRs8IYA'
12+
CLIENT_KEY = 'SB-Mid-client-61XuGAwQ8Bj8LxSS'
1313

1414
app = Flask(__name__)
1515

@@ -195,7 +195,7 @@ def printExampleWarningMessage():
195195
pathfile = os.path.abspath("web.py")
196196
message = "<code><h4>Please set your server key and client key from sandbox</h4>In file: " + pathfile
197197
message += "<br><br># Set Your server key"
198-
message += "<br># can find in Merchant Portal -> Settings -> Access keys"
198+
message += "<br># You can find it in Merchant Portal -> Settings -> Access keys"
199199
message += "<br>SERVER_KEY = ''"
200200
message += "<br>CLIENT_KEY = ''</code>"
201201
return message

0 commit comments

Comments
 (0)