rabin 12 시간 전
부모
커밋
eaf35df7bf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/place/order/app/Lib/Pay.php

+ 1 - 0
src/place/order/app/Lib/Pay.php

@@ -28,6 +28,7 @@ class Pay
         }
         $this->set = $set;
         $this->set['rebate'] = ['rule' => []];
+        $this->order['name'] = '';
         $this->order['cash'] = $this->order['num'] = 0;
         $this->order['sales_type'] = $this->order['sales_id'] = 0;
         if ($this->place->info['sales_type'] && $this->place->info['sales_id']) {