demeritcowboy

Results 23 comments of demeritcowboy

Some thoughts on whether it should be protected vs public: 1. In the most general situation as I understand it, a decorator does not necessarily extend the original service class,...

I agree with all that. One idea but might be overkill is to break it down into more services, e.g. processing memberships could be its own service. Not sure if...

It just means they need to be public, but I don't think anybody was opposed to that, there's just the two breaking issues which probably aren't very common, and they...

Sorry it takes some time to get your head back into this... is the suggestion to break the services into smaller services? That seems like a valid option.

I'll take a look but that particular fail I think is something needing to be updated for all cmses, whether it be in core or the cms modules.

``` Deprecated function: Return type of Faps_Transaction::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed (line 30 of sites/simpletest/64253304/files/civicrm/ext/com.iatspayments.civicrm/CRM/Iats/FapsRequest.php) Deprecated function: current(): Calling current() on an object is deprecated in CRM_Iats_iATSServiceRequest->result()...

It says $elements = array(); And `$webform->get('elements')` is `{ }` The parent webform is the same version as other runs (6.2.7). Maybe `get()` is a generic drupal core function that's...

Thanks for testing. Although you shouldn't see any difference until Oct 23 since the servers are still using the Entrust certificate. I contacted their support to try to clarify the...

It might depend on your integration if it needs the intermediate cert or not. Usually the standard root certificates file is sufficient.

Composer says: > drupal/webform 6.x-dev is an alias of drupal/webform dev-6.x and thus requires it to be installed too Of course it does. Anyway, seems there is no drupal 11-ready...