-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
54 lines (31 loc) · 1.3 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
54
Revision history for Marketplace-Ebay
0.200 Sat Jun 24 11:14:25 2017 CEST
* Add proper message to get XSD test and download latest version
(Stefan Hornburg/Racke).
* Add error_codes method (Marco Pessotto).
0.191 Thu Aug 18 10:24:00 2016 CEST
* Ebay is using XSD version 981 for the Trading API on the server,
but doesn't release the XSD before next week. As this version
introduces a new field <GuaranteedShipping>, we needed to add
a work around to the module
(Marco Pessotto, Stefan Hornburg/Racke).
0.19 Tue Feb 9 12:20:15 2016 CET
[API CHANGES]
* Change behaviour of $order->first_name and $order->last_name
accessors (Marco Pessotto).
[ENHANCEMENTS]
* Add silent wrapper for API calls (Marco Pessotto).
0.18 Wed Oct 7 09:22:15 2015 CEST
[BUG FIXES]
* Pass quantity 0 for variations instead asking for a deletion
(Marco Pessotto).
0.17 Mon Jul 20 16:54:59 2015 CEST
[DOCUMENTATION]
* Add missing documentation for complete POD coverage (Marco Pessotto).
0.16 Thu Jul 16 15:24:38 2015 CEST
[ENHANCEMENTS]
* Add payment status attribute to Order class (Marco Pessotto).
[BUG FIXES]
* Fix ambiguous use of localtime (Marco Pessotto, GH #1).
0.15 Wed Jul 8 18:06:55 2015 CEST
* Initial CPAN release.