-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
feature-requestNew feature or requestNew feature or request
Description
Currently, the India Banking app always communicates with the Connector app using HTTP API calls.
In some deployments, both apps are installed on the same site. In this case, HTTP calls are unnecessary and add extra overhead, configuration, and possible failure points.
Proposed Change
- Check whether the India Banking Connector app is installed on the same site.
- If yes, call the Connector logic directly (no HTTP request).
- If not, continue using the existing HTTP API flow.
Benefits
- Better performance for same-site setups
- Less configuration required
- Fewer network-related issues
- Cleaner integration between the two apps
Acceptance Criteria
- No HTTP calls are made when both apps are on the same site.
- Existing remote (different site) setup continues to work without any change.
- Payment flow works correctly in both cases.
Reactions are currently unavailable
Metadata
Metadata
Labels
feature-requestNew feature or requestNew feature or request