Skip to content

Commit

Permalink
Merge pull request #33 from refear99/master
Browse files Browse the repository at this point in the history
Update QRCode.php
  • Loading branch information
overtrue committed May 31, 2015
2 parents 0c3e96f + 4bf6ae0 commit e8d7ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wechat/QRCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ protected function create($actionName, $actionInfo, $temporary = true, $expireSe
$http = new Http(new AccessToken($this->appId, $this->appSecret));

$params = array(
'action_name' => $actionName,
'action_info' => $actionInfo,
'action_name' => $actionName,
'action_info' => array('scene' => $actionInfo),
);

if ($temporary) {
Expand Down

0 comments on commit e8d7ff0

Please sign in to comment.