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)
342
342
343
343
if ($ contentType && strpos ($ contentType , 'json ' ) !== false )
344
344
{
345
- $ responseBody = json_decode ($ responseBody , true );
345
+ return json_decode ($ responseBody , true );
346
346
}
347
347
348
348
try
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ class NumberPortabilityResponse {
6
6
use BaseModel;
7
7
8
8
protected $ fields = array (
9
+ "PortType " => array ("type " => "string " ),
9
10
"PortableNumbers " => array ("type " => "\Iris\TnList " ),
10
11
"SupportedRateCenters " => array ("type " => "string " ),
12
+ "SupportedTollFreeNumbers " => array ("type " => "string " ),
11
13
"UnsupportedRateCenters " => array ("type " => "\Iris\RateCentersS " ),
12
14
"PartnerSupportedRateCenters " => array ("type " => "\Iris\RateCentersS " ),
13
15
"SupportedLosingCarriers " => array ("type " => "\Iris\SupportedLosingCarriers " )
You can’t perform that action at this time.
0 commit comments