Closed necromant2005 closed 10 years ago
Fix NON utf-8 response from API. All other commits it's travis intergration. General issue in "Twocheckout_Util::objectToArray" $object = @mb_convert_encoding($object, 'utf-8', 'utf-8');
Unfortunately, it doesn't look like we can merge this pull request (the library version that you're using appears to be out of date). Also, we have covered the utf8 encoding here https://github.com/2Checkout/2checkout-php/blob/master/lib/Twocheckout/Api/TwocheckoutApi.php#L51
Added phpunit.xml for running unit test in nature way without necessity to specify options.