Describe the bug
The .env.example file currently contains duplicate Razorpay environment variable declarations under the Billing section.
Because of this, contributors setting up the project locally may be unsure:
- which values are intended to be used
- whether one entry overrides another
- if both declarations are required
To Reproduce
- Open
.env.example
- Navigate to the Billing (Razorpay) section
- Observe that
RAZORPAY_KEY_ID and RAZORPAY_KEY_SECRET are declared more than once
Expected behavior
Each environment variable should appear only once with a single canonical placeholder value.
Screenshots
Desktop (please complete the following information)
- OS: Any
- Browser: Any
- Version: N/A
Smartphone (please complete the following information)
- Device: Any
- OS: Any
- Browser: Any
- Version: N/A
Additional context
This is a small DX/setup issue, but cleaning it up would make onboarding and local configuration clearer for contributors.
Describe the bug
The
.env.examplefile currently contains duplicate Razorpay environment variable declarations under the Billing section.Because of this, contributors setting up the project locally may be unsure:
To Reproduce
.env.exampleRAZORPAY_KEY_IDandRAZORPAY_KEY_SECRETare declared more than onceExpected behavior
Each environment variable should appear only once with a single canonical placeholder value.
Screenshots
Desktop (please complete the following information)
Smartphone (please complete the following information)
Additional context
This is a small DX/setup issue, but cleaning it up would make onboarding and local configuration clearer for contributors.