We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1e896b + 60096e0 commit e0b878dCopy full SHA for e0b878d
1 file changed
lib/net/authorize/util/HttpClient.php
@@ -56,8 +56,8 @@ public function setLogFile($filepath)
56
/**
57
* Posts the request to AuthorizeNet endpoint using Curl & returns response.
58
*
59
- * @param $xmlRequest
60
- * @return bool|mixed $xmlResponse The response.
+ * @param string $xmlRequest
+ * @return string $xmlResponse The response.
61
*/
62
public function _sendRequest($xmlRequest)
63
{
0 commit comments