diff --git a/src/StripeTestToken.php b/src/StripeTestToken.php index a42e805..3c5bb26 100644 --- a/src/StripeTestToken.php +++ b/src/StripeTestToken.php @@ -28,7 +28,7 @@ public static function create($type) return Token::create([ 'card' => [ 'number' => self::getCardNumber($type), - 'name' => 'Pam Beasley', + 'name' => 'Pam Beesly', 'exp_month' => 1, 'exp_year' => date("Y") + 1, 'address_line1' => '33 Zonda Lane',