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:

  1. Passwords were not being XML escaped, causing a failure if a password contained an XML control character such as &
  2. Fixed a class name typo when throwing an exception
  3. Added the Money attribute type to be equivalent to a double.