Skip to content

Commit

Permalink
support 增加 pid 避免代码错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
iwzh committed Oct 12, 2019
1 parent bd21f1c commit 145bf6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Gateways/Alipay/ScanGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ScanGateway extends Gateway
* @author yansongda <[email protected]>
*
* @param string $endpoint
* @param array $payload
* @param array $payload
*
* @throws GatewayException
* @throws InvalidConfigException
Expand Down
1 change: 1 addition & 0 deletions src/Gateways/Alipay/Support.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @property array http http options
* @property string mode current mode
* @property array log log options
* @property string pid isvpid
*/
class Support
{
Expand Down
5 changes: 2 additions & 3 deletions src/Gateways/Alipay/WebGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ class WebGateway extends Gateway
* @author yansongda <[email protected]>
*
* @param string $endpoint
* @param array $payload
*
* @throws InvalidConfigException
* @param array $payload
*
* @throws InvalidConfigException *
* @throws InvalidArgumentException
* @return Response
*/
Expand Down

0 comments on commit 145bf6f

Please sign in to comment.