Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bug found in AuthorizeNetAIM_Response constructor
It appears the constructor fails to properly populate the member variables if the address contains a comma. All successive member variables are one index off (i.e. city gets pushed into the state field, etc)
โ11-14-2012 05:12 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
don't know which SDKs you are using but, it look like x_delim_char is set to ','. Download the source and see where it settings it, or it just using what you set on your merchant account.
โ11-15-2012 04:49 AM