Skip to content

Commit 74ac3ee

Browse files
authored
Merge pull request #26 from Spitcloud/master
Added missing string 'CallerName' to Feature class
2 parents b8529aa + f754640 commit 74ac3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simpleModels/Features.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Feature {
2020

2121
protected $fields = array(
2222
"Status" => array("type" => "string"),
23+
"CallerName" => array("type" => "string"),
2324
"SubscriberType" => array("type" => "string"),
2425
"SubscriberInformation" => array("type" => "string"),
2526
"UseType" => array("type" => "string"),

0 commit comments

Comments
 (0)