售后服务
This commit is contained in:
parent
459cf6ee00
commit
ddd9fad9a4
|
|
@ -37,7 +37,7 @@ class RmaService
|
||||||
'rma_reason_id' => $data['rma_reason_id'],
|
'rma_reason_id' => $data['rma_reason_id'],
|
||||||
'type' => $data['type'],
|
'type' => $data['type'],
|
||||||
'comment' => $data['comment'],
|
'comment' => $data['comment'],
|
||||||
'status' => true,
|
'status' => 'pending',
|
||||||
];
|
];
|
||||||
|
|
||||||
$rma = RmaRepo::create($params);
|
$rma = RmaRepo::create($params);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue