|
@@ -21,7 +21,7 @@ class Payment extends Base
|
|
|
// 已作废:invalidated
|
|
|
// 已红冲:reversed
|
|
|
protected $invStatus=[0=>"待验证","1"=>'正常',"2"=>'已作废',"3"=>'已红冲'];
|
|
|
- public $novalidate=['*'];
|
|
|
+
|
|
|
public function __construct(App $app) {
|
|
|
parent::__construct($app);
|
|
|
$invoice =Config::get("invoiceType");
|