We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb404e commit ed69911Copy full SHA for ed69911
src/PaymentApi.php
@@ -55,7 +55,7 @@ class PaymentApi
55
* @param string $merchant
56
* @param string $apiversion
57
*/
58
- public function __construct($serviceUrl, $signatureKeyId, $signatureSecret, $account, $merchant, $apiversion = "20180426")
+ public function __construct($serviceUrl, $signatureKeyId, $signatureSecret, $account, $merchant, $apiversion = "20180725")
59
{
60
$this->serviceUrl = $serviceUrl;
61
$this->signatureKeyId = $signatureKeyId;
0 commit comments