Skip to content

Commit

Permalink
apply fixes from styleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Sep 6, 2017
1 parent a6f2443 commit 1f8d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/Alipay/Alipay.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ protected function getResult($config_biz, $method)
$method = str_replace('.', '_', $method).'_response';

$data = json_decode(
mb_convert_encoding($this->post($this->gateway, $this->config), "utf-8", "gb2312"),
mb_convert_encoding($this->post($this->gateway, $this->config), 'utf-8', 'gb2312'),
true
);

Expand Down

0 comments on commit 1f8d375

Please sign in to comment.