Skip to content
Snippets Groups Projects
Commit b893d02a authored by Francé Wilke's avatar Francé Wilke
Browse files

#4 Cleanup

parent de3b9aa9
No related branches found
No related tags found
2 merge requests!5Update RAC,!4Resolve "Magento extension :: Rates at checkout"
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4"> <module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/" isTestSource="false" packagePrefix="bobgo\BobGo\" />
</content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpIncludePathManager"> <component name="PhpIncludePathManager">
<include_path> <include_path>
<path value="$PROJECT_DIR$/vendor/composer" /> <path value="$PROJECT_DIR$/vendor/composer" />
...@@ -8,4 +18,10 @@ ...@@ -8,4 +18,10 @@
<component name="PhpProjectSharedConfiguration" php_language_level="7.4"> <component name="PhpProjectSharedConfiguration" php_language_level="7.4">
<option name="suggestChangeDefaultLanguageLevel" value="false" /> <option name="suggestChangeDefaultLanguageLevel" value="false" />
</component> </component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project> </project>
\ No newline at end of file
...@@ -12,7 +12,7 @@ use Magento\Framework\Data\Form\Element\AbstractElement; ...@@ -12,7 +12,7 @@ use Magento\Framework\Data\Form\Element\AbstractElement;
*/ */
class Version extends \Magento\Config\Block\System\Config\Form\Field class Version extends \Magento\Config\Block\System\Config\Form\Field
{ {
const EXTENSION_URL = 'https://www.bob.co.za'; const EXTENSION_URL = 'https://www.bobgo.co.za';
/** /**
* @var \BobGroup\BobGo\Helper\Data $helper * @var \BobGroup\BobGo\Helper\Data $helper
......
...@@ -10,12 +10,8 @@ class uData ...@@ -10,12 +10,8 @@ class uData
{ {
/** Tracking Endpoint */ /** Tracking Endpoint */
//dev public const TRACKING = 'https://api.bobgo.co.za/tracking?channel=localhost&tracking_reference=';
public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=localhost&tracking_reference=';
//production
//public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
/*** RATES API Endpoint*/ /*** RATES API Endpoint*/
public const RATES_ENDPOINT = 'https://api.dev.bobgo.co.za/rates-at-checkout/magento'; public const RATES_ENDPOINT = 'https://api.bobgo.co.za/rates-at-checkout/magento';
} }
# Installing Magento locally
**Note:** For more information, visit https://github.com/markshust/docker-magento
1. Make sure you have `composer` installed globally and a GitHub personal access token configured using `composer global config github-oauth.github.com <YOUR_PERSONAL_ACCESS_TOKEN>`
2. Create a new folder, ie: `Documents/Magento`
3. `cd` into the folder
4. Run command `curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- bobgomagento.test 2.4.4-p1 community`
5. When asked for the username and password, provide the Abobe public and private key:
- Public key: `98b4828a495e7e0e13d80d8bf94f3b1c`
- Private key: `082ced46919bffe1b6db0f96de96d608`
Once configured, do the following to create an admin user (and make life easier for yourself):
- Create Admin User: `bin/magento admin:user:create`
- Disable 2FA: `bin/magento module:disable Magento_TwoFactorAuth`
- Disable Admin Captcha: `bin/magento config:set admin/captcha/enable 0`
### Adobe account details
- Email: `tech@uafrica.com`
- Password: `mR3mdr0311@P`
# Magento 2 Bob Go Shipping Extension # Magento 2 Bob Go Shipping Extension
## Introduction ## Introduction
...@@ -41,7 +15,6 @@ A complete guide to install Magento Bob Go Shipping extension in Magento 2. ...@@ -41,7 +15,6 @@ A complete guide to install Magento Bob Go Shipping extension in Magento 2.
Run the following command in Magento 2 root folder:</br> Run the following command in Magento 2 root folder:</br>
>_Note: You must have composer installed on your server & at this point this option_ >_Note: You must have composer installed on your server & at this point this option_
#### 1. Execute the following command to install the module: #### 1. Execute the following command to install the module:
...@@ -60,7 +33,6 @@ bin/magento setup:di:compile ...@@ -60,7 +33,6 @@ bin/magento setup:di:compile
bin/magento setup:static-content:deploy bin/magento setup:static-content:deploy
``` ```
### Option 2: Install via zip file ### Option 2: Install via zip file
1. Download the extension zip file from the link below: </br> 1. Download the extension zip file from the link below: </br>
......
{ {
"name": "bobgo/bobgo", "name": "bobgo/bobgo",
"description": "Streamline your shipments fulfillment's with Bob Go", "description": "Streamline your order fulfillments with Bob Go",
"type": "magento2-module", "type": "magento2-module",
"version": "1.0.0", "version": "1.0.0",
"authors": [ "authors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment