Chris Rossi (Aligent)
Chris Rossi (Aligent)
Just came across this issue myself and it caused a lot of confusion until I tracked down the cause. Our choice now is to either ignore the prominent warnings and...
I've stopped overriding the constructors for services with a parent, so if I need to add a new dependency I just use a setter method. eg: ```yaml services: aligent.product.processor.custom: parent:...
Ah yes, that makes sense. I've locked our application back at `0.9.0` and everything seems to be working well again :+1: I will notify the platform developers that they should...
@ThomasLandauer CLA's are pretty common practice on GitHub, I've had to sign a few while contributing to open source projects (including Kubernetes Helm Charts and various other projects). For more...
This was fixed in 5.0.2: https://github.com/oroinc/orocommerce-application/releases/tag/5.0.2 ``` * Syntax error produced by RemoveAlternativeCheckoutWorkflow migration when upgrading to 4.2 [BB-20466] ```
Thanks for posting this, was just wondering why our application was throwing errors after applying a minor security patch release for the framework we're using. Looks like it upgraded this...
The server-side code for verifying the CAPTCHA (as well as the frontend `api.js` JS URL) seems to be the same on v2 and v3, so it's just the front-end implementation...
The documentation for hCaptcha seems to indicate it's pretty simple to swap over: https://docs.hcaptcha.com/switch But there are quite a few locations in this bundle which would need to be modified/swapped...