Skip to content

Commit 2e3c7a8

Browse files
committed
Clarify that shopping cart item price is unit price
1 parent 609b094 commit 2e3c7a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/maxmind/minfraud/request/ShoppingCartItem.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public ShoppingCartItem.Builder quantity(int quantity) {
6363
}
6464

6565
/**
66-
* @param price The price of the item in the shopping cart. This
67-
* should be the same currency as the order currency.
66+
* @param price The per-unit price of the item in the shopping cart. This
67+
* should use the same currency as the order currency.
6868
* @return The builder object.
6969
*/
7070
public ShoppingCartItem.Builder price(BigDecimal price) {

0 commit comments

Comments
 (0)