Skip to content

Commit 7556662

Browse files
committed
Modifications to some code comments
1 parent 5965c21 commit 7556662

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/CybsSoapClient.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ public function getTransactionKey()
105105
}
106106

107107
/**
108-
* @param string The desired reference code for this request.
108+
* Returns an object initialized with basic client information.
109109
*
110-
* @return stdClass An object initialized with the client's merchant ID.
110+
* @param string $merchantReferenceCode Desired reference code for the request
111+
* @return stdClass An object initialized with the basic client info.
111112
*/
112113
public function createRequest($merchantReferenceCode)
113114
{

0 commit comments

Comments
 (0)