I am trying to get the list of subscriptions in prod using API, but the api is returning me subscriptions in test even though I entered my prod credentials correctly. I call the below:
controller = ARBGetSubscriptionListController(request)
controller.setenvironment(constants.PRODUCTION)
controller.execute()
How do I force it to return the prod transactions?
Note, in other type of calls I am getting prod data fine.
05-28-2021 11:25 AM