-
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
Crash on payment processor creation or update #19
Comments
Thanks for reporting @bastienho. We currently have any client actively using this extension, would you be able to propose a fix? |
Oh, sorry, I think you did: #20 |
Shoud I release a |
Nothing more for me. Fill free to release. Thanks |
@bastienho I tagged a |
Everything sounds good to me. Thank you for the quick merge. |
Ok, I'll ask you again in a week or so, and then create a release. |
Not sure to understand you last comment. I've tested the 1.2-alpha1 and it worked well. |
I mean a "proper" |
Is this issue related to #17 ? |
Possibly. As I mentioned, I don't currently actively work with this extension, so I have no up-to-date information. |
I just figured an unexpected behavior : when editing some non SEPA payment processor, an exception occurs: Exception: "Couldn't find PaymentProcessorType [xxx]" It seems to be related to the bad syntax ( ($pp['class_name'] = "Payment_SDD" || $pp['class_name'] == 'Payment_SDDNG') |
Oh, wow, you mean this, right? That's quite the blooper, sorry, could you create a PR? |
Since CiviCRM 5.61, update or creation of PaymentProcessors always crash with this message:
After investigation, it occurs in these lines of
sepapp_civicrm_postProcess()
:If checked-up the exception, and the message return by
$ex->getMessage()
is:In fact, there is a breaking change on Contribution CiviCRM 5.61, particulary, this PR.
The
name
attribute is no more passed, the the PaymentProcessor can't be fetched.The text was updated successfully, but these errors were encountered: