Skip to content

Commit b5667b6

Browse files
author
Hai Zheng
committed
QC API param renamed
1 parent 45a0b91 commit b5667b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud.cls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ private function _post($service, $data = false, $time_out = false)
990990
$param = array(
991991
'site_url' => home_url(),
992992
'main_domain' => !empty($this->_summary['main_domain']) ? $this->_summary['main_domain'] : '',
993-
'wp_pk' => !empty($this->_summary['pk_b64']) ? $this->_summary['pk_b64'] : '',
993+
'wp_pk_b64' => !empty($this->_summary['pk_b64']) ? $this->_summary['pk_b64'] : '',
994994
'ver' => Core::VER,
995995
'data' => $data,
996996
);

0 commit comments

Comments
 (0)