-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
54 lines (34 loc) · 1.53 KB
/
Changes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Revision history for Business-OnlinePayment-IPayment
0.09 Fri Nov 1 16:20:25 2019 CET
[BUG FIXES]
* Get rid of the unnecessary Crypt::SSLeay prerequisite.
See https://github.com/nanis/Crypt-SSLeay#cryptssleay---openssl-support-for-lwp
for more information.
* Fix license string in Makefile.PL (Stefan Hornburg/Racke).
* Fix typos ((Stefan Hornburg/Racke).
[TESTS]
* Add HTTP response test to auth-refund file (Stefan Hornburg/Racke).
0.08 Thu Nov 19 18:20:10 2015 CET
[BUG FIXES]
* Update error messages in reverse capture tests
(GH #3, Marco Pessotto).
[TESTS]
* Add tests for refund with auth / without preauth + capture
(Marco Pessotto).
0.07 Mon Oct 20 21:01:24 2014 CEST
[TESTS]
* Remove boilerplate test (Marco Pessotto).
* Adjust capture reverse test to corrected error message (Marco Pessotto).
* Fix hardcoded expiration year in capture reverse test (Marco Pessotto).
0.06 Sun Oct 5 08:48:07 2014 EDT
[BUG FIXES]
* Add missing prerequisite on XML::Compile::WSDL11 (Marco Pessotto).
* Execute POD pod tests only during release testing (Marco Pessotto).
[DOCUMENTATION]
* Add link to test credit card numbers to documentation (Stefan Hornburg).
* Add missing link wrapper for Business::OnlinePayment::IPayment::Transaction
and fix a typo (Stefan Hornburg).
* Add encoding utf8 to POD files to prevent test errors (Stefan Hornburg).
* Add module description (Marco Pessotto).
0.05 2013-10-09
First release on CPAN