Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-15372 - Offline Registration w/ Credit Card Saves Processing Fee as Total Amount #4228

Closed
wants to merge 1 commit into from

Conversation

relldoesphp
Copy link

Participant Fee Amount Wrong for Offline Registrations
Creates separate array to be used to create participant in order to avoid interference with anything else using $this->_params. Then replaces the fee amount with the total amount.

Participant Fee Amount Wrong for Offline Registrations
Creates separate array to be used to create participant in order to avoid interference with anything else using $this->_params. Then replaces the fee amount with the total amount.
@civicrm-builder
Copy link

Can one of the admins verify this patch?

@davecivicrm
Copy link
Contributor

test this please

@yashodha yashodha added the 4.5.1 label Sep 26, 2014
@@ -959,7 +959,7 @@ public function postProcess() {
// Eliminate contacts that have already been assigned to this event.
$dupeCheck = new CRM_Event_BAO_Participant;
$dupeCheck->contact_id = $dupeCheckContactId;
$dupeCheck->event_id = $this->_eventId;
$dupeCheck->event_id = $this->_eventId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extraneous character on this line is throwing an error for me. Clearly an unintentional change due to some IDE setting.

@davecivicrm
Copy link
Contributor

Closed in favor of #4320

@davecivicrm davecivicrm closed this Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants