Skip to content

Commit e0b878d

Browse files
committed
Merge branch 'master' of https://github.com/ramittal/sdk-php
2 parents f1e896b + 60096e0 commit e0b878d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/net/authorize/util/HttpClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function setLogFile($filepath)
5656
/**
5757
* Posts the request to AuthorizeNet endpoint using Curl & returns response.
5858
*
59-
* @param $xmlRequest
60-
* @return bool|mixed $xmlResponse The response.
59+
* @param string $xmlRequest
60+
* @return string $xmlResponse The response.
6161
*/
6262
public function _sendRequest($xmlRequest)
6363
{

0 commit comments

Comments
 (0)