diff -u b/modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentInformation.php b/modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentInformation.php --- b/modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentInformation.php +++ b/modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentInformation.php @@ -405,7 +405,7 @@ * Determines if only the billing profile should be collected. * * @return bool - * Returns TRUE if only the billing profile should be collected. + * Returns TRUE if only the billing profile should be collected. */ protected function collectBillingProfileOnly() { // This will be enhanced to consider the payment method storage strategy diff -u b/modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php b/modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php --- b/modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php +++ b/modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php @@ -7,7 +7,6 @@ use Drupal\commerce_order\Entity\Order; use Drupal\commerce_payment\Entity\Payment; use Drupal\commerce_payment\Entity\PaymentGateway; -use Drupal\commerce_payment\Plugin\Commerce\CheckoutPane\PaymentInformation; use Drupal\Tests\commerce\Functional\CommerceBrowserTestBase; use Drupal\Tests\commerce\FunctionalJavascript\JavascriptTestTrait;