I have merchant account in eBay (production) and developer account (Sandbox). All i need is working on Sandbox, but how can i relate that code with production account.
$this->service = new Services\TradingService(array(
'apiVersion' => '911',
'siteId' => 0,
'appId' => '',
'sandbox' => false,
'certId' => '',
'devId' => '',
//'debug' => true
));
How can i find appId, certId and devId in production account?