dotMailer-API-v2-PHP-client
dotMailer-API-v2-PHP-client copied to clipboard
wrapped XsDateTime value with quotes when output for JSON
When outputting an object to JSON, if it contains an XsDateTime object, the resulting JSON wasn't valid as the date string wasn't being wrapped in double quotes. This commit fixes that issue.