@@ -37,8 +37,10 @@ function virtualizor_cloud_installpredefined()
37
37
'debian-9.4-x86_64|Debian 9 (64 bit) ' ,
38
38
'debian-10-x86_64|Debian 10 (64 bit) ' ,
39
39
'debian-11-x86_64|Debian 11 (64 bit) ' ,
40
+ 'debian-12-x86_64|Debian 11 (64 bit) ' ,
40
41
'fedora-34-x86_64|Fedora 34 (64 bit) ' ,
41
42
'scientific-7.4-x86_64|Scientific Linux 7.4 (64 bit) ' ,
43
+ 'suse-13.1-x86_64|openSUSE 13.1 (64 bit) ' ,
42
44
'suse-15.1-x86_64|openSUSE 15.1 (64 bit) ' ,
43
45
'ubuntu-18.04-x86_64|Ubuntu 18.04 (64 bit) ' ,
44
46
'ubuntu-20.04-x86_64|Ubuntu 20.04 (64 bit) ' ,
@@ -92,7 +94,7 @@ function virtualizor_cloud_installpredefined()
92
94
$ newProduct = new WHMCS \Product \Product ();
93
95
$ newProduct ->type = 'server ' ;
94
96
$ newProduct ->productGroupId = $ groupId ;
95
- $ newProduct ->name = 'KVM-1GB ' ;
97
+ $ newProduct ->name = 'KVM-SSD- 1GB ' ;
96
98
$ newProduct ->paymentType = "free " ;
97
99
$ newProduct ->showDomainOptions = 0 ;
98
100
$ newProduct ->module = 'virtualizor_cloud ' ;
@@ -108,8 +110,8 @@ function virtualizor_cloud_installpredefined()
108
110
Capsule::table ('tblproducts_slugs ' )->insert ([
109
111
'product_id ' => $ newProduct ->id ,
110
112
'group_id ' => $ groupId ,
111
- 'group_slug ' => 'vps-servers ' ,
112
- 'slug ' => 'kvm-1gb ' ,
113
+ 'group_slug ' => 'cloud-vps ' ,
114
+ 'slug ' => 'kvm-ssd- 1gb ' ,
113
115
'active ' => 1 ,
114
116
'clicks ' => 1 ,
115
117
]);
0 commit comments