I successfully tested the flow end to end for using the drop in component for a business verified customer when using a sandbox account. I recently got approved, however, when I try to test it using my production keys and setting the Dwolla env to prod, it is failing to get data from the business-classifications endpoint.
When using the sandbox credentials and setting the Dwolla env to sandbox, the drop in component correctly calls the right end point https://api-sandbox.dwolla.com/business-classifications. However, when using the production credentials and setting the Dwolla env to prod, it’s instead attempting to call my localhost (see screenshot below).
Am I missing something that I need to configure for the drop in component? Literally the only difference in my code is setting the env from sandbox → prod when calling dwolla.configure. Thanks in advance for taking a look.
