Skip to content

Commit ed69911

Browse files
committed
update api version
1 parent 9cb404e commit ed69911

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
@@ -55,7 +55,7 @@ class PaymentApi
5555
* @param string $merchant
5656
* @param string $apiversion
5757
*/
58-
public function __construct($serviceUrl, $signatureKeyId, $signatureSecret, $account, $merchant, $apiversion = "20180426")
58+
public function __construct($serviceUrl, $signatureKeyId, $signatureSecret, $account, $merchant, $apiversion = "20180725")
5959
{
6060
$this->serviceUrl = $serviceUrl;
6161
$this->signatureKeyId = $signatureKeyId;

0 commit comments

Comments
 (0)