Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sandbox API transactions never getting a response today
Hi,
Wondering if something is going on with the sandbox today, I am never getting a response or and errorresponse when I do the following:
CreateTransactionController controller = new CreateTransactionController(apiRequest);
controller.execute();
CreateTransactionResponse response = controller.getApiResponse();
The exact same code was working fine yesterday but doesn't today?
06-06-2018 11:04 AM