This commit is contained in:
yansongda 2018-01-17 15:50:49 +08:00
parent 1e629ebdab
commit 2901572d69

View File

@ -169,6 +169,8 @@ class Wechat implements GatewayApplicationInterface
*/
public function close($order)
{
unset($this->payload['spbill_create_ip']);
$this->payload = Support::filterPayload($this->payload, $order, $this->config);
return Support::requestApi('pay/closeorder', $this->payload, $this->config->get('key'));