Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
Change some default setting
  • Loading branch information
plbin97 authored Jan 11, 2018
1 parent feeacd0 commit 541faa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
/*
* $config_mchid是你的微信支付接口的商户号。
*/
$config_mchid = "ZMEKQZ"; //商户号 Your business Number
$config_mchid = "xxxx"; //商户号 Your business Number

/*
* $config_key是你的微信支付接口的密钥。
*/
$config_key = "0hC7YSaoS5zCTDuN"; //密钥 Your private Key
$config_key = "xxxxxxxx"; //密钥 Your private Key

//====================================================================================

Expand Down Expand Up @@ -60,7 +60,7 @@
* 如果不想,那就这样:
* $use_notification_of_pay = false;
*/
$use_asynchronous_payment_check = true;
$use_asynchronous_payment_check = false;


/*
Expand Down

0 comments on commit 541faa9

Please sign in to comment.