Skip to content

Commit ab5a211

Browse files
committed
lots of fixs and updates .. putting things in their proper place and adding some of the activation t�hooks and such
1 parent fcd504d commit ab5a211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ public static function doDisable(\Service_Order $serviceOrder) {
112112

113113
public static function getSettings(GenericEvent $event) {
114114
$settings = $event->getSubject();
115-
$settings->add_text_setting(self::$module, 'Addon Costs', 'website_ip_cost', 'Webhosting Dedicated IP Cost:', 'This is the cost for purchasing an Dedicated IP on top of a Webhosting.', $settings->get_setting('WEBSITE_IP_COST'));
115+
$settings->add_text_setting(self::$module, 'Costs & Limits', 'website_ip_cost', 'Dedicated IP Cost:', 'This is the cost for purchasing an additional IP on top of a Website.', (defined(WEBSITE_IP_COST) ? WEBSITE_IP_COST : 3));
116116
}
117117
}

0 commit comments

Comments
 (0)