From 6e2fa7456619d8cc9322550b34eff074371208a9 Mon Sep 17 00:00:00 2001 From: Lucas Gama Date: Mon, 12 Aug 2024 14:20:53 -0300 Subject: [PATCH] =?UTF-8?q?Fix:=20refatorando=20fun=C3=A7=C3=B5es=20com=20?= =?UTF-8?q?complexidades=20acima=20de=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/includes/checkout/CheckoutGateways.php | 1 - src/utils/GenerateUser.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/checkout/CheckoutGateways.php b/src/includes/checkout/CheckoutGateways.php index 9edab89e..c2b76a88 100644 --- a/src/includes/checkout/CheckoutGateways.php +++ b/src/includes/checkout/CheckoutGateways.php @@ -5,7 +5,6 @@ use Exception; use VindiPaymentGateways\GenerateUser; - class CheckoutGateways { public function __construct() diff --git a/src/utils/GenerateUser.php b/src/utils/GenerateUser.php index 1325cb9a..d5b71c47 100644 --- a/src/utils/GenerateUser.php +++ b/src/utils/GenerateUser.php @@ -60,4 +60,5 @@ private function generate_unique_username($billing_first_name, $billing_last_nam return $username; } + } \ No newline at end of file