Skip to content

Commit 571c314

Browse files
AlipayPayRequest.php remove env
1 parent bc3f716 commit 571c314

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

request/pay/AlipayPayRequest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class AlipayPayRequest extends AlipayRequest{
1717
public $paymentVerificationData;
1818
public $paymentFactor;
1919
public $merchant;
20-
public $env;
2120
public $extendInfo;
2221
public $creditPayPlan;
2322

@@ -229,22 +228,6 @@ public function setMerchant($merchant)
229228
$this->merchant = $merchant;
230229
}
231230

232-
/**
233-
* @return mixed
234-
*/
235-
public function getEnv()
236-
{
237-
return $this->env;
238-
}
239-
240-
/**
241-
* @param mixed $env
242-
*/
243-
public function setEnv($env)
244-
{
245-
$this->env = $env;
246-
}
247-
248231
/**
249232
* @return mixed
250233
*/

0 commit comments

Comments
 (0)