You need to add to your settings.php this line
$settings['commerce_currency_cookie'] = 'STYXKEY_commerce_currency;
Updated the MR, $result variable had been undefined. And there is no reason to check if $job exist, at that point because of earlier check's it should exist https://git.drupalcode.org/project/advancedqueue/-/merge_requests/10/dif...
And unit tests are passing again
valic → created an issue.
valic → made their first commit to this issue’s fork.
Update entity with new atrribute definition https://git.drupalcode.org/project/commerce_promo_bar/-/blob/1.0.x/src/E...
We need to update as well ContentEntityType and ConfigEntityType to attribute
valic → made their first commit to this issue’s fork.
Opened the second PR with prefixed payment gateway method names (braintree_google_pay, braintree_apple_pay). Included a fix from #28
The failing PHPstan is not related to this work
https://git.drupalcode.org/project/commerce_braintree/-/merge_requests/22
valic → changed the visibility of the branch 3261609-apple-and-google to hidden.
Configurable on form display
Agree. As well updated description page to indicate 2.0 is last version
valic → made their first commit to this issue’s fork.
I am more in favor of declaring that it can be either NULL or string.
getScopes as I see is called upon like this
$extra_scopes = $this->getScopes();
if ($extra_scopes) {
$scopes = array_merge($scopes, explode(',', $extra_scopes));
}
where it's better that we return either NULL or correct string
+1 for adding a new co-maintainer.
If I can add a comment it may be best to contact https://www.drupal.org/u/deadbeef → for this.
I see all maintainers are from the same company ( https://www.drupal.org/digitalist → ), which means some of them may not even be working there, but deadbeef is head of that agency (by his profile title)
Can we get this merged, it's blocking D11 updates.
btw. seems we are requesting drupal/varnish_purge, but in composer json is specified drupal/varnish_purger - assuming that is reason why I can't just fetch the branch directly
https://git.drupalcode.org/project/varnish_purge/-/blob/8.x-2.x/composer...
Added compatibility for D11
I think we should switch to `smolblog/oauth2-twitter` which is listed as X League2 community provided package.
It makes implementation the plugin much in line with existing logic for 4.x
Still work in progress, but I can get to X screen / login
update example
good enough for the start
Only Commerce Core requirements needed to be raised