Skip to content

Commit 9163777

Browse files
authored
Merge pull request #98 from ooglek/issue-96-toll-free-support
Adding support for TargetRespOrgId in PortinsModel
2 parents d0761fc + 81189c5 commit 9163777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PortinsModel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ class Portin extends RestEntry {
106106
"ListOfPhoneNumbers" => array("type" => "\Iris\Phones"),
107107
"SiteId" => array("type" => "string"),
108108
"Triggered" => array("type" => "string"),
109-
"BillingType" => array("type" => "string")
109+
"BillingType" => array("type" => "string"),
110+
"TargetRespOrgId" => array("type" => "string")
110111
);
111112

112113
public function __construct($parent, $data) {

0 commit comments

Comments
 (0)