|
|
@@ -128,7 +128,7 @@ foreach($serviceIds as $serviceId) {
|
|
|
$option_details['qty'] = $configoption['value'];
|
|
|
if($productBillingcycle != 'Free Account') {
|
|
|
$configoptionId = Capsule::table('tblhostingconfigoptions')
|
|
|
- ->where('relid', $serviceId->id)
|
|
|
+ ->where('configid', $configoption['id'])
|
|
|
->value('optionid');
|
|
|
$option_setup = Capsule::table('tblpricing')
|
|
|
->where('type', 'configoptions')
|