Skip to content

Commit e2fc110

Browse files
authored
Merge pull request #103 from dgaganrana/fix/add-message-settings-field
Fix(simpleModels/messageSettings): Added field to messageSettings
2 parents 8dbedbe + a038940 commit e2fc110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/simpleModels/MessageSettings.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ class MessageSettings {
66
use BaseModel;
77

88
protected $fields = array(
9-
"SmsEnabled" => array("type" => "string")
9+
"SmsEnabled" => array("type" => "string"),
10+
"CampaignFullyProvisioned" => array("type" => "string")
1011
);
1112
public function __construct($data) {
1213
$this->set_data($data);

0 commit comments

Comments
 (0)