From 156a3cc73b0e51f7fc8e4ab69695eb362e4ef705 Mon Sep 17 00:00:00 2001 From: mingyoung Date: Fri, 27 Oct 2017 05:07:11 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Payment/Merchant/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Payment/Merchant/Client.php b/src/Payment/Merchant/Client.php index dff8d45f2..0b2e8b221 100644 --- a/src/Payment/Merchant/Client.php +++ b/src/Payment/Merchant/Client.php @@ -75,7 +75,7 @@ protected function manage(array $params, array $query) $params = array_merge($params, [ 'nonce_str' => '', 'sub_mch_id' => '', - 'sub_appid' => '' + 'sub_appid' => '', ]); return $this->safeRequest('secapi/mch/submchmanage', $params, 'post', compact('query'));