summaryrefslogtreecommitdiff
path: root/Changes
blob: f0eb2adc5e260024bdb1fac0226e56b884d94924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Revision history for Perl module Business::OnlinePayment::vSecureProcessing

0.06    Wed May 20 11:38:02 PDT 2015
        - Handle and pass back error responses in ResultCode as well

0.05    Thu Feb 19 13:38:21 PST 2015
        - cvv2_response should never be passed back as a hashref

0.04    Mon Feb 16 06:20:51 PST 2015
        - Normalize return fields with non-standard names (avs_code and
          cvv2_response)

0.03    Sat Feb 14 14:42:33 PST 2015
        - Update AUTHOR and PREREQ_PM (Net::HTTPS::Any) in Makefile.PL
        - cvv2 is not required for all transactions
        - Update MANIFEST for renamed tests
        - include missing t/lib/test_account.pl (but you still need to fill it
          in with your own test account)

0.02    Feb 12 2015
        - Update for production URL
        - Use username/password for auth like other B:OP modules
        - Fix tests
        - Remove extraneous extra/ stuff in repo

0.01    Feb 06 2015
        Initial release.