File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
from midtransclient import Snap , CoreApi
8
8
9
9
# 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 '
13
13
14
14
app = Flask (__name__ )
15
15
@@ -195,7 +195,7 @@ def printExampleWarningMessage():
195
195
pathfile = os .path .abspath ("web.py" )
196
196
message = "<code><h4>Please set your server key and client key from sandbox</h4>In file: " + pathfile
197
197
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"
199
199
message += "<br>SERVER_KEY = ''"
200
200
message += "<br>CLIENT_KEY = ''</code>"
201
201
return message
You can’t perform that action at this time.
0 commit comments