davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

Merge branch 'release-12.0.0' into develop #102

Closed durovin12 closed 7 years ago

durovin12 commented 7 years ago

there is a an issue i am having when i attempt to load the Trading\Types Namespace into my php symfony class, i know for a fact when I load the Shopping\Types Namespace and call the geteBayTime() class there is no autload issue?

error message :

Attempted to load class "GetMyMessagesRequestType" from namespace "DTS\ebaySDK\Trading\Types". Did you forget a "use" statement for "DTS\eBaySDK\Trading\Types\GetMyMessagesRequestType"?

code :

$service = new Services\TradingService([
    'authToken'=> "AgAAAA**AQAAAA**aAAAAA**7T8lWQ**nY+sHZ2PrBmdj6wVnY+sEZ2PrA2dj6wFk4GkCZGLpw+dj6x9nY+seQ**TzUEAA**AAMAAA**iqMBqVNTc4heqlJW1P11MMlbZihHO3bDUOf+Xpbl/Yfl0FqZNBOIi/lfBgcGKI4/fuVHXVRpifeTArGKjte/PeX+IpGy4AtTgwPqsd7kVU3KvLscm24kVew72PGuj8jiasIVFTN3oF/l7KwMvDraaZANXEIgxhHMh78/hUghUe7oMMXPP3kYfjhrJlOdBMO+53S9uxVeCwIpvxK1gcmhTBT52JQJSU5JRTY318A8yJKFWcAvBnrmlcQ6pwA28bFS7FI6zfvDXA70PfzdVl5u2On8ZydN4F5sHoQJ5rl2cO50MUNbSC/57qPZ0XAZ6vgw6QudN4dmD43tURXB0+0K7HZTW8eg5ehgsBnisrWuecWA6nA92OxFvWIpir0j5F6b3G+Df3W0XzwEDEv0M/1zVrJ7lQ+/Cej9rq+kRnxXTfG5FIO2iAyrVu++GyT3h8YodM3F03aQUx/IbvrCN/NwoAhl5J+CUeWhmqPnjs3s+wcsDWzNp8eXPZ1jRfPBqDqPMmfV1wUWWvGp4Z5BH4UJ56XTxaV25eZHz+YZZBIx5I2oDaB9U5pcrveoIuDyXjI2PG55H+2QFkpsEu8TTTipXmq8crXj6/99qyfplzsR6ZJNDaqGIYnO8grepyGqEd3zfnoNi2z55x4+gxMse4w5IMtpLt+VIEzMLNcpRgZcHm2BKrPcjBgWoGW36BFHBncTq+8HcozCLQE4EbpsDD2xYc6mKSrHQBKq9jWopQIjJOWfMqJkKbZGnJPGooUwKIXQ",
    'credentials' => [
      'appId' => 'PoFaiInt-Bathroom-SBX-5090fc79c-cddd2d02',
      'certId' => 'SBX-090fc79c375f-7f5e-427d-8ca5-ea5f',
      'devId' => '7e6a5662-536c-4f01-8cbd-1dc9fbefd394'
    ],
    'siteId'=>0
  ]);

$request = new Types\GetMyMessagesRequestType();

davidtsadler commented 7 years ago

I'm closing this PR as I don't understand why it was open. This appears to be an issue with using the SDK rather that a PR to merge some code back.