Skip to content

Commit fe6b4a7

Browse files
committed
Merge pull request #9 from senagant/future
Modified Sample name and client library version
2 parents 16caca1 + 216d793 commit fe6b4a7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/CybsSoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function createRequest($merchantReferenceCode)
115115
$request = new stdClass();
116116
$request->merchantID = $this->merchantId;
117117
$request->merchantReferenceCode = $merchantReferenceCode;
118-
$request->clientLibrary = "CyberSource PHP 2.0.0";
118+
$request->clientLibrary = "CyberSource PHP 1.0.0";
119119
$request->clientLibraryVersion = phpversion();
120120
$request->clientEnvironment = php_uname();
121121
return $request;

0 commit comments

Comments
 (0)