cancel
Showing results for 
Search instead for 
Did you mean: 

CIM: sample code : create-customer-profile.php - this line is production

So far things are going well in testing with my sandbox.

 

One question... this line:

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

 

What should this line be in production?

 

Thanks,

 

- D

fifty-git
Regular Contributor
2 REPLIES 2

Hello @fifty-git

 

Change SANDBOX to PRODUCTION.

 

Richard

RichardH
Administrator Administrator
Administrator

Go figure! ;-)

 

Thanks,

 

- D

fifty-git
Regular Contributor