diff --git a/src/Plugin/Commerce/CheckoutPane/StripeReview.php b/src/Plugin/Commerce/CheckoutPane/StripeReview.php
index 61a664c..5256701 100644
--- a/src/Plugin/Commerce/CheckoutPane/StripeReview.php
+++ b/src/Plugin/Commerce/CheckoutPane/StripeReview.php
@@ -259,7 +259,6 @@ class StripeReview extends CheckoutPaneBase {
         ],
         'paymentElementOptions' => [
           'layout' => !empty($config['style']) ? $config['style']['layout'] : 'tabs',
-          'defaultValues' => [],
         ],
       ];
       $profiles = $this->order->collectProfiles();
