cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this solution

I got it, I was using the code from the developer site that was set to SANDBOX by default. This line of code:

 

$response = $controller->executeWithApiResponse(\net\authorize\api\constants\ANetEnvironment::SANDBOX);

 

Needed to be changed to

 

$response = $controller->executeWithApiResponse(\net\authorize\api\constants\ANetEnvironment::PRODUCTION);

 

Problem solved.

View solution in original post

PayDelete
Member
Who Me Too'd this solution