2Checkout / 2checkout-php

2Checkout PHP Library
MIT License
83 stars 66 forks source link

added phpunit.xml #5

Closed necromant2005 closed 10 years ago

necromant2005 commented 11 years ago

Added phpunit.xml for running unit test in nature way without necessity to specify options.

necromant2005 commented 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');

jmcconnell91 commented 10 years ago

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