|
@@ -277,7 +277,7 @@ class Pay
|
|
|
Dever::load(\Porder\Lib\Notify::class)->notify_end($this->place->sector['id'], $this->place->info['id'], $this->type, $result['order_num'], 1);
|
|
|
} elseif ($this->type == 'source') {
|
|
|
# 记录下来
|
|
|
- Dever::db('porder/soruce_pay')->insert(['order_id' => $result['order_id'], 'pay' => Dever::json_encode($result['pay'])]);
|
|
|
+ Dever::db('porder/source_pay')->insert(['order_id' => $result['order_id'], 'pay' => Dever::json_encode($result['pay'])]);
|
|
|
}
|
|
|
}
|
|
|
}
|