-
Notifications
You must be signed in to change notification settings - Fork 5
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
NG Processor: Throws error for event payment #17
Comments
Confirmed. |
I ran in error "Expected one Contribution but found 25" with my CiviCRM 5.67.0 on WordPress 6.4.2 (PHP 8.1.27), too. Release 1.2-alpha1 and 1.2-beta1 didn't helped me here. WP-Log shows: Oh boy, I wish I could help... |
Yes, I feel your pain. This extension needs a proper overhaul or re-implementation; a lot of things have changed in that area, but we currently don't have any clients having that issue. |
…rapper for contribution completetransaction does not work so we use hook_postSave_civicrm_contribution() instead.
Just made a PR that fixes the problem. I tried to get the api wrapper working that sets the contribution id - but the action completetransaction is never called. So as a workarround I used hook_civicrm_postSave_[table_name] to set the id. |
NG Processor: Throws error for event payment #17
Actual behaviour:
The "new" SEPA processor throws an error during registration/payment on event page:
Expected behaviour:
Event payments with SEPAPP NG should work as specified.
The text was updated successfully, but these errors were encountered: