dever 6 роки тому
батько
коміт
cacacf3fac
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lib/Wechat.php

+ 1 - 1
lib/Wechat.php

@@ -46,7 +46,7 @@ class Wechat extends Core
 		$input->SetTotal_fee($cash * 100);
 		$input->SetTime_start(date("YmdHis"));
 		$input->SetTime_expire(date("YmdHis", time() + $this->config->GetTimeOut()));
-		//$input->SetGoods_tag($name);
+		$input->SetSpbill_create_ip(Dever::ip());
 		$input->SetNotify_url($this->config->GetNotifyUrl());
 		$input->SetTrade_type($trade_type);
 		$input->SetProduct_id($product_id);