Skip to content

Conversation

@LeleDallas
Copy link
Contributor

Short description

This pull request updates the logic for generating IDPay services in generateIDPayServices.ts to ensure that IDPay services are only generated if the onboarding feature is enabled in the backend configuration.
This prevents unnecessary generation when the feature is disabled

List of changes proposed in this pull request

  • Added a check for the idPay.onboarding.enabled flag in the backend configuration so that generateIDPayServices returns an empty array unless the feature is enabled

How to test

  • Run dev server in nodemon mode (yarn dev)
  • Open the IO app and navigate to the Services tab
  • Verify that some TESTSRV services are visible
  • Set this flag to false and wait few seconds
  • Reload the service screen in app
  • Confirm that the TESTSRV services are no longer displayed.

@LeleDallas LeleDallas merged commit 465794c into master Dec 15, 2025
5 checks passed
@LeleDallas LeleDallas deleted the IOBP-2393-hide-idpay-service branch December 15, 2025 17:30
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

Successfully merging this pull request may close these issues.

2 participants