Skip to content

Commit

Permalink
Bugs in v300 (#19)
Browse files Browse the repository at this point in the history
* Changed integration email address

* Bump version
  • Loading branch information
corbadoman authored Jan 18, 2024
1 parent 9bd3983 commit f6c9e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SDK
private ?UserInterface $users = null;
private ?ValidationInterface $validations = null;

public const VERSION = '3.0.0';
public const VERSION = '3.0.1';

/**
* Constructor
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function createRandomTestName(): string

public static function createRandomTestEmail(): string
{
return 'integration-test-' . self::generateString(10) . '@corbado.com';
return 'integration-test+' . self::generateString(10) . '@corbado.com';
}

public static function createRandomTestPhoneNumber(): string
Expand Down

0 comments on commit f6c9e1f

Please sign in to comment.