Skip to content

Commit ef54cf1

Browse files
authored
Merge pull request #26 from PaymentHighway/apiversion_20200401
new API version: 20200401
2 parents caa0e38 + 120ac55 commit ef54cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PaymentApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class PaymentApi
5656
* @param string $merchant
5757
* @param string $apiversion
5858
*/
59-
public function __construct($serviceUrl, $signatureKeyId, $signatureSecret, $account, $merchant, $apiversion = "20191204")
59+
public function __construct($serviceUrl, $signatureKeyId, $signatureSecret, $account, $merchant, $apiversion = "20200401")
6060
{
6161
$this->serviceUrl = $serviceUrl;
6262
$this->signatureKeyId = $signatureKeyId;

0 commit comments

Comments
 (0)