bugfix
This commit is contained in:
parent
092a9a5d96
commit
0b95095a87
@ -8,9 +8,9 @@ from .paylog import PaymentLog
|
|||||||
CONF = {
|
CONF = {
|
||||||
"wechat": {
|
"wechat": {
|
||||||
"mchid": os.getenv("WXP_MCHID",""),
|
"mchid": os.getenv("WXP_MCHID",""),
|
||||||
"serial_no": os.getenv("WXP_SERIAL",""),
|
"appid": os.getenv("WXP_APPID", "")
|
||||||
"privkey_pem": open(os.getenv("WXP_PRIVKEY","./merchant_private_key.pem"),"rb").read(),
|
"cert_serial_no": os.getenv("WXP_SERIAL",""),
|
||||||
"platform_pub_pem": open(os.getenv("WXP_PLATFORM_PUB","./platform_pub.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","").encode()
|
||||||
},
|
},
|
||||||
"paypal": {
|
"paypal": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user