Changeset 3419468
- Timestamp:
- 12/14/2025 05:14:30 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
keiste-solar-report/trunk/includes/plugin-init.php
r3419464 r3419468 209 209 'googleSolarApiKey' => ksrad_get_option('google_solar_api_key', ''), 210 210 'reportKey' => ksrad_get_option('report_key', ''), 211 'defaultElectricityRate' => ksrad_get_option('default_electricity_rate', '0. 45'),212 'defaultExportRate' => ksrad_get_option('default_export_rate', ' 40'),213 'defaultFeedInTariff' => ksrad_get_option('default_feed_in_tariff', '0. 21'),211 'defaultElectricityRate' => ksrad_get_option('default_electricity_rate', '0.17'), 212 'defaultExportRate' => ksrad_get_option('default_export_rate', '10'), 213 'defaultFeedInTariff' => ksrad_get_option('default_feed_in_tariff', '0.15'), 214 214 'defaultLoanApr' => ksrad_get_option('default_loan_apr', '5'), 215 215 'loanTerm' => ksrad_get_option('loan_term', '7'), 216 216 'annualPriceIncrease' => ksrad_get_option('annual_price_increase', '5'), 217 217 'currency' => ksrad_get_option('currency', '$'), 218 'country' => ksrad_get_option('country', ' Rep. of Ireland'),219 'systemCostRatio' => ksrad_get_option('system_cost_ratio', ' 1500'),218 'country' => ksrad_get_option('country', 'United States'), 219 'systemCostRatio' => ksrad_get_option('system_cost_ratio', '650'), 220 220 'grantRateDomestic' => ksrad_get_option('grant_rate_domestic', '30'), 221 221 'grantCapDomestic' => ksrad_get_option('grant_cap_domestic', '7500'), … … 311 311 'currency' => '$', 312 312 'country' => 'United States', 313 'system_cost_ratio' => ' 1500',313 'system_cost_ratio' => '650', 314 314 'cost_domestic' => '650', 315 315 'cost_small' => '600',
Note: See TracChangeset
for help on using the changeset viewer.