You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Attempt to create a tenant with a company name includes special characters (e.g., Company#1, Company'1, Company"1,@Enterprise, Business&Co).
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.
The text was updated successfully, but these errors were encountered:
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:
Company#1
,Company'1
,Company"1
,@Enterprise
,Business&Co
).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.
The text was updated successfully, but these errors were encountered: