Running Ubercart RC7. If you try to create a CIM profile reference but the customer information contains any xml special characters (& < > "), the request will fail. A simple patch is attached--uses htmlspecialchars to do the encoding. That's what Drupal core uses for XMLRPC requests.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_authorizenet.module.patch | 507 bytes | krlucas |
Comments
Comment #1
rszrama commentedCommitted, thanks.