Skip to content
Snippets Groups Projects
Commit 3d71c24d authored by jitendra's avatar jitendra
Browse files

remove unwanted code

parent b1c5b074
No related branches found
No related tags found
No related merge requests found
......@@ -28,18 +28,6 @@ class CRM_Zapier_Page_Participant {
'participant_source' => 'created from zapier',
'participant_fee_amount' => '100',
];
// $participant = [
// 'id' => '134',
// 'contact_id' => 'John Doe',
// 'contact_first_name' => 'John',
// 'contact_last_name' => 'Doe',
// 'contact_email' => 'john.doe@example.com',
// 'event_id' => 'Fall Fundraiser Dinner',
// 'status_id' => 'Registered',
// 'role_id' => 'Volunteer',
// 'source' => 'created from zapier',
// 'fee_amount' => '100',
// ];
}
return [$participant];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment