Skip to content

Commit

Permalink
docs: fix resource name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nonz250 committed Nov 8, 2024
1 parent e625ea1 commit f661da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ThreeDSecureRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
{
Expand Down

0 comments on commit f661da1

Please sign in to comment.