|
@@ -751,9 +751,9 @@ class Sell
|
|
|
$param['receipt'] = $receipt;
|
|
|
}
|
|
|
|
|
|
- $result = Dever::load('pay/api.pay', $param);
|
|
|
- //$result['type'] = 'test';
|
|
|
- //$result['order'] = '';
|
|
|
+ //$result = Dever::load('pay/api.pay', $param);
|
|
|
+ $result['type'] = 'test';
|
|
|
+ $result['order'] = '';
|
|
|
if ($cart) {
|
|
|
# 来自购物车,要清空一下
|
|
|
$this->dropCart($cart, $uid, $goods, $shop['id']);
|