diff --git a/src/Gateways/Wechat/Wechat.php b/src/Gateways/Wechat/Wechat.php index 1f87f4a47..007f0afc1 100644 --- a/src/Gateways/Wechat/Wechat.php +++ b/src/Gateways/Wechat/Wechat.php @@ -377,6 +377,6 @@ protected function unsetTradeTypeAndNotifyUrl() unset($this->config['notify_url']); unset($this->config['trade_type']); - return true + return true; } }