issues
search
Rocketeer007
/
php-dynamics-crm-2011
Automatically exported from code.google.com/p/php-dynamics-crm-2011
7
stars
8
forks
source link
Escape passwords in XML correctly, fix typo, and add Money type
#54
Open
rcnsheppardp
opened
8 years ago
rcnsheppardp
commented
8 years ago
I have made a few tweaks:
Passwords were not being XML escaped, causing a failure if a password contained an XML control character such as &
Fixed a class name typo when throwing an exception
Added the Money attribute type to be equivalent to a double.
I have made a few tweaks: