The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Business::OnlinePayment::CyberSource..

0.01  Wed Jan 26 14:06:19 MST 2005
	- original version; created by hand.

0.02  Mon Jan 31 11:34:27 MST 2005
        - First Release - 

0.03  Thurs Jun 16 2005
        - Ivan tested this and it was pretty broken.
        - Fixed the regexp for expiration date so that it works (Ivan patch)
                - Modified it slightly to allow for dates w/o slashes
        - Allowed for custom cybs.ini locations (Ivan Patch)
                - Made the default /etc/ as opposed to ./
        - Added a ton of error handling after Ivan had cats over the poor error handling before
         
0.04  Tues Aug 9 2005
        - Found a bug that allowed the system to point to production even if the cybs.conf said to use dev

0.05  Mon Oct 2 2005
        - Set the defaults for the business logic settings using the cybs.ini

0.06  Wed Oct 12 2005
        - Allow both line items and grand total.  If you use both, the grand total will prevail.

0.07  Mon Dec 12 2005
        - Improved the Documentation