Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API call returns test data when using ARBGetSubscriptionListController even though set to PRODUCTION
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
0 REPLIES 0

