We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5965c21 commit 7556662Copy full SHA for 7556662
1 file changed
lib/CybsSoapClient.php
@@ -105,9 +105,10 @@ public function getTransactionKey()
105
}
106
107
/**
108
- * @param string The desired reference code for this request.
+ * Returns an object initialized with basic client information.
109
*
110
- * @return stdClass An object initialized with the client's merchant ID.
+ * @param string $merchantReferenceCode Desired reference code for the request
111
+ * @return stdClass An object initialized with the basic client info.
112
*/
113
public function createRequest($merchantReferenceCode)
114
{
0 commit comments