Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet Integration Layer - Tenant Name Creation Fails for Company Names with Special Characters #23

Open
jjeroch opened this issue Aug 20, 2024 · 0 comments

Comments

@jjeroch
Copy link

jjeroch commented Aug 20, 2024

Description:
We have identified a critical issue within the wallet integration layer where company names containing special characters cause the tenant name creation process to fail. This issue affects all companies with special characters in their names, preventing them from integrating with the wallet system properly.

Steps to Reproduce:

  1. Attempt to create a tenant with a company name includes special characters (e.g., Company#1, Company'1, Company"1,@Enterprise, Business&Co).
  2. Observe that the process fails and an error is returned.

Expected Behavior:
The wallet integration layer should successfully create a tenant name for companies regardless of whether special characters are included in the company name.

Actual Behavior:
The process fails and an error is produced when the company name contains special characters.

Business Impact:
This bug is preventing a subset of companies from integrating with our wallet system, potentially affecting their operations and our reputation.

Planned Solution:
Modify the tenant name creation logic to ignore or remove special characters from the company name before proceeding with the integration process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant