Plugin Directory

Changeset 3419468


Ignore:
Timestamp:
12/14/2025 05:14:30 PM (2 months ago)
Author:
dbee78
Message:

Align system_cost_ratio default to 650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • keiste-solar-report/trunk/includes/plugin-init.php

    r3419464 r3419468  
    209209            'googleSolarApiKey' => ksrad_get_option('google_solar_api_key', ''),
    210210            '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'),
    214214            'defaultLoanApr' => ksrad_get_option('default_loan_apr', '5'),
    215215            'loanTerm' => ksrad_get_option('loan_term', '7'),
    216216            'annualPriceIncrease' => ksrad_get_option('annual_price_increase', '5'),
    217217            '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'),
    220220            'grantRateDomestic' => ksrad_get_option('grant_rate_domestic', '30'),
    221221            'grantCapDomestic' => ksrad_get_option('grant_cap_domestic', '7500'),
     
    311311            'currency' => '$',
    312312            'country' => 'United States',
    313             'system_cost_ratio' => '1500',
     313            'system_cost_ratio' => '650',
    314314            'cost_domestic' => '650',
    315315            'cost_small' => '600',
Note: See TracChangeset for help on using the changeset viewer.