Skip to content

Commit

Permalink
Cleanup opserverimport docs and fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
montross50 authored Apr 29, 2022
1 parent 5311eba commit cd67594
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Cloud servers: Move/Upload all of the files in the oneportalcloud folder to modu
3. On the same page, choose "Configure" to set module access
4. From the Addons Menu, choose OnePortal Server Import
5. Follow the prompts on-screen to configure the Import
6. OnePortal API Key will be required at this time [Guide for OnePortal API](http://support.limestonenetworks.com/knowledge-base/api-usage-methods/ "Limestone Networks API Usage")
6. OnePortal API Key will be required at this time [Guide for OnePortal API](http://support.limestonenetworks.com/knowledge-base/api-usage-methods/ "Limestone Networks API Usage"). Keys are managed in [OnePortal API Manager](https://one.limestonenetworks.com/administrative/apilegacy.html)

# Dedicated Server Module Manual Setup

Expand Down
4 changes: 0 additions & 4 deletions opserverimport-readme

This file was deleted.

4 changes: 2 additions & 2 deletions opserverimport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
2. Install the Opserverimport module files at /path_to/whmcs/modules/addons/opserverimport
3. From the WHMCS Administrative web interface, navigate to Setup -> Addon Modules.
4. Locate and Activate the OnePortal Server Import module
5. Configure the module to allow suitable administrative priveleges to access the module
5. Configure the module to allow suitable administrative privileges to access the module
6. Navigate to Addons -> OnePortal Server Import in dropdown menu.
7. Follow the prompts to customize the import (if desired) and provide the API key - Keys are managed in [OnePortal API Manager](https://one.limestonenetworks.com/administrative/api.html)
7. Follow the prompts to customize the import (if desired) and provide the API key - Keys are managed in [OnePortal API Manager](https://one.limestonenetworks.com/administrative/apilegacy.html)
3 changes: 1 addition & 2 deletions opserverimport/opserverimport.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function opserverimport_output($vars) {
'description' => $description,
'stockcontrol' => '0',
'servertype' => 'opserverimport',
'autosetup' => 'Off',
'autosetup' => '',
'name' => trim($product['name']),
'paytype' => 'recurring',
);
Expand Down Expand Up @@ -349,7 +349,6 @@ function opserverimport_output($vars) {
<div class="panel-body">
This utility can used to import OnePortal all product with configurations and price.
<br /> You should create a product group before you start to import products.
<br /> Any note and help you can here with language file :)
</div>
<div class="panel-footer">
<form method="post" action="addonmodules.php?module=opserverimport">
Expand Down

0 comments on commit cd67594

Please sign in to comment.