File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function getList($filters = Array())
33
33
}
34
34
35
35
public function disconnect ($ id , $ tndetail = false ) {
36
- $ d = new Disconnect ($ this , array ("OrderId " => $ id ));
36
+ $ d = new Disconnect ($ this , array ("orderId " => $ id ));
37
37
$ d ->get ($ tndetail );
38
38
return $ d ;
39
39
}
@@ -114,20 +114,20 @@ public function save() {
114
114
$ data = parent ::post (null , "DisconnectTelephoneNumberOrder " , $ this ->to_array ());
115
115
$ this ->OrderStatus = new OrderRequestStatus ($ data );
116
116
if (isset ($ this ->OrderStatus ->orderRequest )) {
117
- $ this ->OrderId = $ this ->OrderStatus ->orderRequest ->id ;
117
+ $ this ->orderId = $ this ->OrderStatus ->orderRequest ->id ;
118
118
$ this ->set_data ($ this ->OrderStatus ->orderRequest ->to_array ());
119
119
}
120
120
}
121
121
122
122
/**
123
123
* Get Entity Id
124
124
* @return type
125
- * @throws Exception in case of OrderId is null
125
+ * @throws Exception in case of orderId is null
126
126
*/
127
127
private function get_id () {
128
- if (!isset ($ this ->OrderId ))
129
- throw new \Exception ("You can't use this function without OrderId " );
130
- return $ this ->OrderId ;
128
+ if (!isset ($ this ->orderId ))
129
+ throw new \Exception ("You can't use this function without orderId " );
130
+ return $ this ->orderId ;
131
131
}
132
132
133
133
/**
You can’t perform that action at this time.
0 commit comments