@@ -114,7 +114,7 @@ public function jsonSerialize(): array
114114 * This returns a `MinFraud` object with the array to be sent to the web
115115 * service set to `$values`. Existing values will be replaced.
116116 *
117- * @link https://dev.maxmind.com/minfraud/api-documentation?lang=en
117+ * @link https://dev.maxmind.com/minfraud/api-documentation/ ?lang=en
118118 * minFraud API docs
119119 *
120120 * @param array<string, mixed> $values The request as a structured array
@@ -197,7 +197,7 @@ public function with(array $values): self
197197 * @return MinFraud A new immutable MinFraud object. This object is a clone
198198 * of the original with additional data.
199199 *
200- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--device
200+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--device
201201 * minFraud device API docs
202202 */
203203 public function withDevice (
@@ -324,7 +324,7 @@ public function withDevice(
324324 * @return MinFraud A new immutable MinFraud object. This object is a clone of
325325 * the original with additional data.
326326 *
327- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--event
327+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--event
328328 * minFraud event API docs
329329 */
330330 public function withEvent (
@@ -405,7 +405,7 @@ public function withEvent(
405405 * This returns a `MinFraud` object with the `account` array set to
406406 * the values provided. Existing `` data will be replaced.
407407 *
408- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--account
408+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--account
409409 * minFraud account API docs
410410 *
411411 * @param array<string, mixed> $values An array of account data. The keys are the same as
@@ -458,7 +458,7 @@ public function withAccount(
458458 * This returns a `MinFraud` object with the `email` array set to
459459 * values provided. Existing `email` data will be replaced.
460460 *
461- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--email
461+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--email
462462 * minFraud email API docs
463463 *
464464 * @param array<string, mixed> $values An array of email data. The keys are the same as
@@ -519,7 +519,7 @@ public function withEmail(
519519 * This returns a `MinFraud` object with the `billing` array set to
520520 * `$values`. Existing `billing` data will be replaced.
521521 *
522- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--billing
522+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--billing
523523 * minFraud billing API docs
524524 *
525525 * @param array<string, mixed> $values An array of billing data. The keys are the same as
@@ -646,7 +646,7 @@ public function withBilling(
646646 * This returns a `MinFraud` object with the `shipping` array set to
647647 * the values provided. Existing `shipping` data will be replaced.
648648 *
649- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--shipping
649+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--shipping
650650 * minFraud shipping API docs
651651 *
652652 * @param array<string, mixed> $values An array of shipping data. The keys are the same as
@@ -768,7 +768,7 @@ public function withShipping(
768768 * This returns a `MinFraud` object with the `payment` array set to
769769 * the values provided. Existing `payment` data will be replaced.
770770 *
771- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--payment
771+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--payment
772772 * minFraud payment API docs
773773 *
774774 * @param array<string, mixed> $values An array of payment data. The keys are the same as
@@ -1027,7 +1027,7 @@ public function withPayment(
10271027 * This returns a `MinFraud` object with the `credit_card` array set to
10281028 * provided values. Existing `credit_card` data will be replaced.
10291029 *
1030- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--credit-card
1030+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--credit-card
10311031 * minFraud credit_card API docs
10321032 *
10331033 * @param array<string, mixed> $values An array of credit card data. The keys are the same as
@@ -1225,7 +1225,7 @@ public function withCustomInputs(array $values): self
12251225 * This returns a `MinFraud` object with the `order` array set to
12261226 * the provided values. Existing `order` data will be replaced.
12271227 *
1228- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--order
1228+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--order
12291229 * minFraud order API docs
12301230 *
12311231 * @param array<string, mixed> $values An array of order data. The keys are the same as the JSON keys.
@@ -1243,7 +1243,7 @@ public function withCustomInputs(array $values): self
12431243 *
12441244 * @return MinFraud A new immutable MinFraud object. This object is a clone of the original with additional data.
12451245 *
1246- * @see https://support.maxmind.com/hc/en-us /articles/5452293435675-Order- and-Shopping-Cart-Inputs#h_01G0Z50Q0MRXQ5R52EF34E6G7J
1246+ * @see https://support.maxmind.com/knowledge-base /articles/order- and-shopping-cart-inputs-minfraud
12471247 */
12481248 public function withOrder (
12491249 array $ values = [],
@@ -1326,7 +1326,7 @@ public function withOrder(
13261326 * This returns a `MinFraud` object with the provided values added to the
13271327 * shopping cart array. Existing shopping cart data will be preserved.
13281328 *
1329- * @link https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--shopping-cart--item
1329+ * @link https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en#schema--request--shopping-cart
13301330 * minFraud shopping cart item API docs
13311331 *
13321332 * @param array<string, mixed> $values An array of shopping cart data. The keys are the same
0 commit comments