Skip to content

Commit

Permalink
QC API param renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Sep 18, 2024
1 parent 45a0b91 commit b5667b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ private function _post($service, $data = false, $time_out = false)
$param = array(
'site_url' => home_url(),
'main_domain' => !empty($this->_summary['main_domain']) ? $this->_summary['main_domain'] : '',
'wp_pk' => !empty($this->_summary['pk_b64']) ? $this->_summary['pk_b64'] : '',
'wp_pk_b64' => !empty($this->_summary['pk_b64']) ? $this->_summary['pk_b64'] : '',
'ver' => Core::VER,
'data' => $data,
);
Expand Down

0 comments on commit b5667b6

Please sign in to comment.