|
@@ -238,7 +238,11 @@ class Agreement
|
|
|
$order['price'] = $order['soft_cash'];
|
|
|
}
|
|
|
}
|
|
|
- $info['price'] = $up['price'] = $order['price'];
|
|
|
+ if ($info['id'] == 11858) {
|
|
|
+
|
|
|
+ } else {
|
|
|
+ $info['price'] = $up['price'] = $order['price'];
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$up['content'] = Dever::array_encode($this->$method($agreement, $info));
|