bugfix
This commit is contained in:
parent
6ac3f69c61
commit
f133b413ff
@ -11,7 +11,7 @@ CONF = {
|
|||||||
"appid": os.getenv("WXP_APPID", ""),
|
"appid": os.getenv("WXP_APPID", ""),
|
||||||
"cert_serial_no": os.getenv("WXP_SERIAL",""),
|
"cert_serial_no": os.getenv("WXP_SERIAL",""),
|
||||||
"private_key_pem": open(os.getenv("WXP_PRIVKEY","./merchant_private_key.pem"),"rb").read(),
|
"private_key_pem": open(os.getenv("WXP_PRIVKEY","./merchant_private_key.pem"),"rb").read(),
|
||||||
"api_v3_key": os.getenv("WXP_API_V3_KEY","").encode()
|
"api_v3_key": os.getenv("WXP_API_V3_KEY","")
|
||||||
},
|
},
|
||||||
"paypal": {
|
"paypal": {
|
||||||
"client_id": os.getenv("PP_ID",""),
|
"client_id": os.getenv("PP_ID",""),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user