diff --git a/lib/ThreeDSecureRequest.php b/lib/ThreeDSecureRequest.php index 383d0db..7fed79f 100644 --- a/lib/ThreeDSecureRequest.php +++ b/lib/ThreeDSecureRequest.php @@ -10,7 +10,7 @@ public static function className() } /** - * @param string $id The ID of the three d secure to retrieve. + * @param string $id The ID of the three d secure request to retrieve. * @param array|string|null $opts * * @return ThreeDSecureRequest @@ -24,7 +24,7 @@ public static function retrieve($id, $opts = null) * @param array|null $params * @param array|string|null $opts * - * @return array An array of ThreeDSecures. + * @return array An array of ThreeDSecureRequests. */ public static function all($params = null, $opts = null) {