Skip to content

Commit

Permalink
Typo. #327
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 7, 2016
1 parent 1661742 commit 69d0f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Payment/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ protected function request($api, array $params, $method = 'post')
$params['appid'] = $this->merchant->app_id;
$params['mch_id'] = $this->merchant->merchant_id;
$params['device_info'] = $this->merchant->device_info;
// $params['time_stamp'] = time();
$params['nonce_str'] = uniqid();
$params['sign'] = generate_sign($params, $this->merchant->key, 'md5');

Expand Down

0 comments on commit 69d0f58

Please sign in to comment.