Skip to content

Commit 91228c6

Browse files
authored
Merge pull request #12 from maxmind/dave/clarify-shopping-cart-price-docs
Clarify that shopping cart item price is unit price
2 parents 609b094 + 2e3c7a8 commit 91228c6

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)