-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestIssues that are up for grabs for hacktoberfest participantsIssues that are up for grabs for hacktoberfest participants
Description
Implement startup validation for required environment variables
Create validation for required environment variables:
- HYPERSWITCH_PRODUCTION_URL
- HYPERSWITCH_SANDBOX_URL
- API keys and endpoints
Note: Ignore Sentry keys
Currently, we are not validating whether the keys are provided in the .env file or not. If the app is compiled or bundled without these keys, the PaymentSheet never opens. We should add a strict validation to ensure the required keys are present. This applies to both yarn start and yarn bundle commands.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestIssues that are up for grabs for hacktoberfest participantsIssues that are up for grabs for hacktoberfest participants