X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2Fexamples%2FParticipant%2FCreateParticipantPayment.php;h=1f70d8f36e3f4ad5f4281b8944bd24bb482d9d51;hb=89bf81b443c470849323a82a9992e4aee822a229;hp=19729e30df8feff91962dbc59886087cae368727;hpb=9cc8b9b246a371b9621a8279545258073fbd0e48;p=civicrm-core.git diff --git a/api/v3/examples/Participant/CreateParticipantPayment.php b/api/v3/examples/Participant/CreateParticipantPayment.php index 19729e30df..1f70d8f36e 100644 --- a/api/v3/examples/Participant/CreateParticipantPayment.php +++ b/api/v3/examples/Participant/CreateParticipantPayment.php @@ -1,7 +1,7 @@ 'Individual', 'display_name' => 'dlobo', 'api.participant' => array( - 'event_id' => 39, + 'event_id' => 40, 'status_id' => 1, 'role_id' => 1, 'format.only_id' => 1, @@ -77,6 +77,8 @@ function participant_create_expectedresult(){ 'last_name' => '', 'prefix_id' => '', 'suffix_id' => '', + 'formal_title' => '', + 'communication_style_id' => '', 'email_greeting_id' => '1', 'email_greeting_custom' => '', 'email_greeting_display' => '',