Skip to content

Commit a038940

Browse files
author
Gagan
committed
Fix(simpleModels/messageSettings): Added CampaignFullyProvisioned field to messageSetting
1 parent 8dbedbe commit a038940

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)