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

Element names are incorrect in file #255

Closed shivam311992 closed 4 years ago

shivam311992 commented 5 years ago

I think the element name should be same as key at line number 26 and 32 in the following file.

ebay-sdk-php/src/OAuth/Types/RefreshUserTokenRestRequest.php

michabbb commented 5 years ago

@shivam311992 in case u want to play with ebay oauth, this might be useful: https://github.com/michabbb/ebay-oauth-playground/

shivam311992 commented 5 years ago

I already worked on this section and found that the request is working fine as 'key' directed but because of element name it creates confusion. I was aware about it because I have read out the eBay developer doc for O-Auth process.