diff options
author | ivan <ivan> | 2002-11-22 00:48:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-22 00:48:46 +0000 |
commit | 43bd8f7ee90eb520654b2f04aa720faa2901476b (patch) | |
tree | 1075c7fcbedb5e034403a8f52455ddc20a1beb7c /Changes | |
parent | 5cd0df412eb70a04eef6a29b6367d962332586e2 (diff) |
- Added nonascii.patch from "T.J. Mather" <tjmather@maxmind.com> to
put Text::CSV in binary mode to prevent problems with i18n
characters (closes: cpan#1804)
- ECHECK (ACH) patch from "Michael Mavroudis" <mjm@m5s.net> to add
fields for ssn and license #
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,10 +2,16 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet. 3.12 unreleased - Added cvv2 field, patch from "T.J. Mather" <tjmather@maxmind.com> + (closes: cpan#1805) - Added referer field, patch from Mike Barry <mbarry@cos.com> - Added currency field, request from "Oleksandr Kapitanenko" <kapitan@portaone.com> - Added documentation about referrer field at Authorize.Net + - Added nonascii.patch from "T.J. Mather" <tjmather@maxmind.com> to + put Text::CSV in binary mode to prevent problems with i18n + characters (closes: cpan#1804) + - ECHECK (ACH) patch from "Michael Mavroudis" <mjm@m5s.net> to add + fields for ssn and license # 3.11 Sat May 4 00:43:36 PDT 2002 - forgot 3.10 changelog in 3.10 :) |