cancel
Showing results for 
Search instead for 
Did you mean: 

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.

nektarios
Member
0 REPLIES 0