...
|
...
|
@@ -139,7 +139,7 @@ class Store extends Backend |
|
|
'order_sn' => $row->order_sn,
|
|
|
'transaction_id' => $row->transaction_id,
|
|
|
'out_refund_no' => date('Ymd').substr($row->order_sn,-8),
|
|
|
'price' => $row->money
|
|
|
'price' => 0.01 // $row->money
|
|
|
];
|
|
|
$this->refund($refund);
|
|
|
}
|
...
|
...
|
|