我在eBay(制作)和开发者帐户(Sandbox)中拥有商家帐户。 我只需要使用Sandbox,但我如何将该代码与生产帐户联系起来。
$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?
答案 0 :(得分:0)
访问eBay开发者网站并请求一组生产密钥。
如果您使用沙盒密钥,我应该只需交换您的生产密钥。