-
Notifications
You must be signed in to change notification settings - Fork 2
System.MissingMethodException: Method not found: 'Void' in 15.3.2 #701
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
Comments
I've just seen the 15.3.3 release which mentions missing methods. I'll test that now. |
Seems to be fixed in 15.3.3, so closing this one. |
@BenWhite27 yea, I've just taken to fixing them before you report them now 😁 Thanks for testing and confirming 👍 |
Hehe 😆 there's only one more issue I've found in my logs @mattbrailsford, but it's related to the UC telemetry so it's not holding me back and may already be on your internal backlog. I'll leave it here but don't intend on raising an issue for it. Unhandled exception in recurring background job.
|
I hadn't seen that no, but I've just created a fix for it now and so will be in a future 15.3.4. I rushed most of the others out because they were show stoppers, but whilst this one is annoying, I think it's safe to wait till the next patch release (it looks like something that's been wrong since v15.0.0 anyway) |
fyi, |
Which component is this issue related to?
Umbraco Commerce (Core)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
15.3.2
Bug summary
System.MissingMethodException getting logged when updating an order and during processing of a payment provider callback.
Despite the errors I'm not experiencing any issues though, payment callbacks happen okay and update the order as required, and the order status does change when updating that.
Specifics
Error processing Umbraco Commerce callback using [PaymentProvider] for order [Order Number]
Unhandled exception, maybe related.
Unhandled exception, occurred when saving an order
Steps to reproduce
The error related to saving an order happened when I tried to change status of an order to cancelled from new.
The other errors seem to happen when the payment provider callback happens.
Expected result / actual result
No response
Dependencies
Umbraco v15.4.0
The text was updated successfully, but these errors were encountered: