Skip to content

Commit 46f9235

Browse files
horghclaude
andcommitted
Fix component documentation
* Fixed event time constraint from 10 years to 1 year * Fixed max value from 1e14 to 1e13 for order amount and cart item price * Fixed shopping cart documentation URLs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9954019 commit 46f9235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/minfraud/components/event.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Event < Base
3838

3939
# The date and time the event occurred. The string must be in the RFC
4040
# 3339 date-time format, e.g., "2012-04-12T23:20:50.52Z". The time must
41-
# be within the past 10 years. If this field is not in the request, the
41+
# be within the past year. If this field is not in the request, the
4242
# current time will be used.
4343
#
4444
# @see https://tools.ietf.org/html/rfc3339

0 commit comments

Comments
 (0)