Skip to content

Commit

Permalink
Fix: refatorando funções com complexidades acima de 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastgama committed Aug 12, 2024
1 parent c402dbd commit 6e2fa74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/includes/checkout/CheckoutGateways.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Exception;
use VindiPaymentGateways\GenerateUser;


class CheckoutGateways
{
public function __construct()
Expand Down
1 change: 1 addition & 0 deletions src/utils/GenerateUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ private function generate_unique_username($billing_first_name, $billing_last_nam

return $username;
}

}

0 comments on commit 6e2fa74

Please sign in to comment.