2Checkout / 2checkout-php

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

Update TwocheckoutApi.php To Account for UTF-8 #22

Open volomike opened 8 years ago

volomike commented 8 years ago

TwoCheckout used strlen() on the JSON string content-length and does not take into consideration Unicode characters that change string length.

This version uses mb_strlen() instead.