Rename AdSense GET:earnings
endpoint to GET:report
#4914
Labels
Module: AdSense
Google AdSense module related issues
P1
Medium priority
Type: Infrastructure
Engineering infrastructure & tooling
For more consistent naming (both with the actual AdSense API endpoint and our other reporting endpoints in the plugin), the AdSense datapoint
GET:earnings
should be renamed toGET:report
.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
GET:earnings
endpoint should be renamed toGET:report
.Implementation Brief
includes/Modules/AdSense.php
, updateGET:earnings
toGET:reports
across the file.assets/js/modules/adsense/datastore/report.js
, replaceearnings
byreports
incontrolCallback
.Test Coverage
tests/phpunit/integration/Modules/AdSenseTest.php
andassets/js/modules/adsense/datastore/report.test.js
to reflect above changes.QA Brief
Changelog entry
GET:earnings
toGET:report
.The text was updated successfully, but these errors were encountered: