Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Apr 5, 2023
1 parent fd42a38 commit 982d3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/Wechat/Pay/Common/InvokePrepayV2Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ protected function getAppId(Rocket $rocket): string

protected function getConfigKey(array $params): string
{
$type = $params['_type'] ?? 'mp_';
$type = $params['_type'] ?? 'mp';

return $type.'app_id';
return $type.'_app_id';
}
}

0 comments on commit 982d3f3

Please sign in to comment.