mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-05 21:58:26 +08:00
fix #71
This commit is contained in:
parent
1e629ebdab
commit
2901572d69
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user