Skip to content

Commit

Permalink
Merge pull request #103 from dgaganrana/fix/add-message-settings-field
Browse files Browse the repository at this point in the history
Fix(simpleModels/messageSettings): Added field to messageSettings
  • Loading branch information
ajrice6713 authored Aug 5, 2024
2 parents 8dbedbe + a038940 commit e2fc110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simpleModels/MessageSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class MessageSettings {
use BaseModel;

protected $fields = array(
"SmsEnabled" => array("type" => "string")
"SmsEnabled" => array("type" => "string"),
"CampaignFullyProvisioned" => array("type" => "string")
);
public function __construct($data) {
$this->set_data($data);
Expand Down

0 comments on commit e2fc110

Please sign in to comment.