Issue #3352897 by Nishant, ramlev, kjankowski, dlevchik, Yuraul, esolitos,...
Issue #3352897 by Nishant, ramlev, kjankowski, dlevchik, Yuraul, esolitos, zaporylie: Make module Drupal 10 ready
parent
4502c88e
No related branches found
Tags 8.x-1.0-rc3
Showing
- commerce_payment_extra.info.yml 1 addition, 1 deletioncommerce_payment_extra.info.yml
- composer.json 1 addition, 1 deletioncomposer.json
- modules/order/commerce_payment_extra_order.info.yml 1 addition, 1 deletionmodules/order/commerce_payment_extra_order.info.yml
- modules/order/commerce_payment_extra_order.install 5 additions, 0 deletionsmodules/order/commerce_payment_extra_order.install
- modules/order/commerce_payment_extra_order.module 5 additions, 0 deletionsmodules/order/commerce_payment_extra_order.module
- modules/order/src/Commands/AuthorizedOrdersCommands.php 4 additions, 3 deletionsmodules/order/src/Commands/AuthorizedOrdersCommands.php
- modules/order/src/EventSubscriber/CancelOrderEventSubscriber.php 3 additions, 1 deletion.../order/src/EventSubscriber/CancelOrderEventSubscriber.php
- modules/order/src/EventSubscriber/CompleteOrderEventSubscriber.php 5 additions, 1 deletion...rder/src/EventSubscriber/CompleteOrderEventSubscriber.php
- modules/order/src/OrderAuthorizedManager.php 25 additions, 0 deletionsmodules/order/src/OrderAuthorizedManager.php
- modules/order/src/OrderAuthorizedManagerInterface.php 4 additions, 3 deletionsmodules/order/src/OrderAuthorizedManagerInterface.php
- phpstan.neon 11 additions, 0 deletionsphpstan.neon
- src/Event/FilterPaymentsEvent.php 1 addition, 1 deletionsrc/Event/FilterPaymentsEvent.php
- src/Event/PaymentExtraEvents.php 3 additions, 0 deletionssrc/Event/PaymentExtraEvents.php
- src/EventSubscriber/FilterPaymentsSubscriber.php 10 additions, 0 deletionssrc/EventSubscriber/FilterPaymentsSubscriber.php
- src/PaymentManager.php 9 additions, 3 deletionssrc/PaymentManager.php
- src/Plugin/AdvancedQueue/JobType/CapturePayment.php 12 additions, 2 deletionssrc/Plugin/AdvancedQueue/JobType/CapturePayment.php
- src/Plugin/AdvancedQueue/JobType/VoidPayment.php 11 additions, 3 deletionssrc/Plugin/AdvancedQueue/JobType/VoidPayment.php
... | ... | @@ -5,7 +5,7 @@ |
"homepage": "http://drupal.org/project/commerce_payment_extra", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^8.7.7 || ^9", | ||
"drupal/core": "^9 || ^10", | ||
"drupal/commerce": "^2.19", | ||
"drupal/advancedqueue": "^1.0@beta" | ||
}, | ||
... | ... |
phpstan.neon
0 → 100644
Please register or sign in to comment