Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 27, 2024
1 parent 4458d31 commit d9115dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions minfraud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ class Factors:
.. attribute:: billing_phone
A :class:`.Phone` object containing minFrauddata related to the billing
A :class:`.Phone` object containing minFraud data related to the billing
phone used in the transaction.
:type: Phone
Expand All @@ -1178,7 +1178,7 @@ class Factors:
.. attribute:: shipping_phone
A :class:`.Phone` object containing minFrauddata related to the shipping
A :class:`.Phone` object containing minFraud data related to the shipping
phone used in the transaction.
:type: Phone
Expand Down Expand Up @@ -1315,7 +1315,7 @@ class Insights:
.. attribute:: billing_phone
A :class:`.Phone` object containing minFrauddata related to the billing
A :class:`.Phone` object containing minFraud data related to the billing
phone used in the transaction.
:type: Phone
Expand All @@ -1329,7 +1329,7 @@ class Insights:
.. attribute:: shipping_phone
A :class:`.Phone` object containing minFrauddata related to the shipping
A :class:`.Phone` object containing minFraud data related to the shipping
phone used in the transaction.
:type: Phone
Expand Down

0 comments on commit d9115dc

Please sign in to comment.