X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FRegistration.php;h=7c10574c6043d6490d522dc3839271e958403cf3;hb=daa46b94db74b842b7d7c6be293401672b637e7f;hp=34d840bd2187f7bdc8bdfba5debf5dda23fcb813;hpb=649b3620cb5dbe7c252a81e1ca06e0808f53b96e;p=civicrm-core.git diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index 34d840bd21..7c10574c60 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -1,9 +1,9 @@ $participant->id, 'contribution_id' => $contribution->id, ); - $ids = array(); - $paymentPartcipant = CRM_Event_BAO_ParticipantPayment::create($paymentParams, $ids); + $paymentPartcipant = CRM_Event_BAO_ParticipantPayment::create($paymentParams); } //set only primary participant's params for transfer checkout.