Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mediabeastnz committed Jan 26, 2017
1 parent 8edbb4f commit d1d8752
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/extensions/EditableCampaignMonitorField.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ public function getValueFromData($data)
'Name' => $data[$this->owner->getField('FirstNameField')].' '.$data[$this->owner->getField('LastNameField')],
'Resubscribe' => true,
'CustomFields' => $custom_fields[0]

// 'CustomFields' => array(
// array(
// 'Key' => 'i_am_a',
// 'Value' => $submission->I_am_a
// )
// ),
);

$result = $wrap->add($dataToSend);
Expand Down

0 comments on commit d1d8752

Please sign in to comment.