File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
- 0.4.0 (2016-XX-XX )
6
+ 0.4.0 (2016-05-23 )
7
7
++++++++++++++++++
8
8
9
9
* Added support for the minFraud Factors.
Original file line number Diff line number Diff line change @@ -552,16 +552,16 @@ class Subscores(object):
552
552
.. attribute:: billing_address_distance_to_ip_location
553
553
554
554
The risk associated with the distance between the billing address and
555
- the IP location for the given IP address. If present, this is a value
556
- in the range 0.01 to 99.
555
+ the location for the given IP address. If present, this is a value in
556
+ the range 0.01 to 99.
557
557
558
558
:type: float | None
559
559
560
560
.. attribute:: browser
561
561
562
562
The risk associated with the browser attributes such as the User-Agent
563
- and Accept-Language AVS result . If present, this is a value
564
- in the range 0.01 to 99.
563
+ and Accept-Language. If present, this is a value in the range 0.01 to
564
+ 99.
565
565
566
566
:type: float | None
567
567
@@ -648,9 +648,9 @@ class Subscores(object):
648
648
649
649
.. attribute:: shipping_address_distance_to_ip_location
650
650
651
- The risk associated with the distance between the billing address and
652
- the IP location for the given IP address. If present, this is a value
653
- in the range 0.01 to 99.
651
+ The risk associated with the distance between the shipping address and
652
+ the location for the given IP address. If present, this is a value in
653
+ the range 0.01 to 99.
654
654
655
655
:type: float | None
656
656
Original file line number Diff line number Diff line change 1
1
"""Internal module for version (to prevent cyclic imports)"""
2
- __version__ = '0.3 .0'
2
+ __version__ = '0.4 .0'
You can’t perform that action at this time.
0 commit comments