Open volomike opened 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.
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.