Skip to content
Snippets Groups Projects

Make Drupal10 Compatable

1 unresolved thread
Files
17
@@ -6,7 +6,7 @@ use Drupal\commerce_payment_extra_order\OrderAuthorizedManagerInterface;
@@ -6,7 +6,7 @@ use Drupal\commerce_payment_extra_order\OrderAuthorizedManagerInterface;
use Drush\Commands\DrushCommands;
use Drush\Commands\DrushCommands;
/**
/**
* Class AuthorizedOrdersCommands.
* Drush commands for processing orders.
*
*
* @package Drupal\commerce_payment_extra_order
* @package Drupal\commerce_payment_extra_order
*/
*/
@@ -30,8 +30,9 @@ class AuthorizedOrdersCommands extends DrushCommands {
@@ -30,8 +30,9 @@ class AuthorizedOrdersCommands extends DrushCommands {
}
}
/**
/**
* Place all orders that have been authorized in full but never placed. This
* Place all orders that have been authorized in full but never placed.
* can happen if user never returned to the website after completing the
*
 
* This can happen if user never returned to the website after completing the
* payment.
* payment.
*
*
* @command commerce-payment-extra-order:place-authorized-orders
* @command commerce-payment-extra-order:place-authorized-orders
Loading