Skip to content

Commit 04564af

Browse files
horghclaude
andcommitted
Fix order amount max value in documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 46f9235 commit 04564af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/minfraud/components/order.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Order < Base
99
include Minfraud::Validates
1010

1111
# The total order amount for the transaction before taxes and discounts.
12-
# The value must be at least 0 and at most 1e14 - 1.
12+
# The value must be at least 0 and at most 1e13 - 1.
1313
#
1414
# @return [Float, nil]
1515
attr_accessor :amount

0 commit comments

Comments
 (0)