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

Fix the invocation of post hook for ParticipantPayment ensuring that … #13739

Conversation

seamuslee001
Copy link
Contributor

…an id is passed in post hook

Overview

This fixes an issue where by the ParticipantPayment ID is not correctly passed to the Post hook in create operation and makes sure its the same id when in Edit mode

Before

Participant Payment post hook in create op called with no id

After

Participant Payment post hook in create op called with id

ping @eileenmcnaughton @johntwyman @monishdeb

@civibot
Copy link

civibot bot commented Mar 1, 2019

(Standard links)

@eileenmcnaughton
Copy link
Contributor

test this please

@eileenmcnaughton eileenmcnaughton merged commit 3efecc6 into civicrm:master Mar 1, 2019
@eileenmcnaughton eileenmcnaughton deleted the participant_payment_hook_correct branch March 1, 2019 07:46
@eileenmcnaughton
Copy link
Contributor

unrelated fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants