We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3f716 commit 571c314Copy full SHA for 571c314
request/pay/AlipayPayRequest.php
@@ -17,7 +17,6 @@ class AlipayPayRequest extends AlipayRequest{
17
public $paymentVerificationData;
18
public $paymentFactor;
19
public $merchant;
20
- public $env;
21
public $extendInfo;
22
public $creditPayPlan;
23
@@ -229,22 +228,6 @@ public function setMerchant($merchant)
229
228
$this->merchant = $merchant;
230
}
231
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
248
/**
249
* @return mixed
250
*/
0 commit comments