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

Removed double quotes from Content-Type (boundary) #252

Closed Tizianoz93 closed 4 years ago

Tizianoz93 commented 5 years ago

Using a new production server with php 7.3 and nginx every time I made a call to UploadSiteHostedPictures an ack failure returns to me saying that the text inside xml is not valid. Removing the double quotes fix the problem to me and other developer