File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ private function parseResponse($response)
342342
343343 if ($ contentType && strpos ($ contentType , 'json ' ) !== false )
344344 {
345- $ responseBody = json_decode ($ responseBody , true );
345+ return json_decode ($ responseBody , true );
346346 }
347347
348348 try
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ class NumberPortabilityResponse {
66 use BaseModel;
77
88 protected $ fields = array (
9+ "PortType " => array ("type " => "string " ),
910 "PortableNumbers " => array ("type " => "\Iris\TnList " ),
1011 "SupportedRateCenters " => array ("type " => "string " ),
12+ "SupportedTollFreeNumbers " => array ("type " => "string " ),
1113 "UnsupportedRateCenters " => array ("type " => "\Iris\RateCentersS " ),
1214 "PartnerSupportedRateCenters " => array ("type " => "\Iris\RateCentersS " ),
1315 "SupportedLosingCarriers " => array ("type " => "\Iris\SupportedLosingCarriers " )
You can’t perform that action at this time.
0 commit comments