|
@@ -225,9 +225,9 @@ class ApproachOrderForm extends Model
|
|
|
*/
|
|
*/
|
|
|
public function verifyPayOnline(): ?ApproachOrder
|
|
public function verifyPayOnline(): ?ApproachOrder
|
|
|
{
|
|
{
|
|
|
- if (!$this->validate()) {
|
|
|
|
|
- return null;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (!$this->validate()) {
|
|
|
|
|
+// return null;
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
LoggerTool::info([$this->sn, $this->note]);
|
|
LoggerTool::info([$this->sn, $this->note]);
|
|
|
|
|
|