-
- Downloads
clear frontend files
Showing
- .idea/php.xml 1 addition, 1 deletion.idea/php.xml
- Model/Carrier/AdditionalInfo.php 110 additions, 110 deletionsModel/Carrier/AdditionalInfo.php
- Model/Carrier/BobGo.php 13 additions, 1342 deletionsModel/Carrier/BobGo.php
- Model/Carrier/uData.php 16 additions, 16 deletionsModel/Carrier/uData.php
- Model/Source/Unitofmeasure.php 23 additions, 23 deletionsModel/Source/Unitofmeasure.php
- composer.json 6 additions, 13 deletionscomposer.json
- etc/acl.xml 0 additions, 12 deletionsetc/acl.xml
- etc/adminhtml/events.xml 0 additions, 6 deletionsetc/adminhtml/events.xml
- etc/adminhtml/system.xml 11 additions, 13 deletionsetc/adminhtml/system.xml
- etc/config.xml 15 additions, 35 deletionsetc/config.xml
- etc/di.xml 0 additions, 36 deletionsetc/di.xml
- etc/env.php 0 additions, 19 deletionsetc/env.php
- etc/extension_attributes.xml 0 additions, 6 deletionsetc/extension_attributes.xml
- etc/frontend/di.xml 1 addition, 8 deletionsetc/frontend/di.xml
- etc/module.xml 1 addition, 33 deletionsetc/module.xml
- registration.php 2 additions, 6 deletionsregistration.php
This diff is collapsed.
{ | ||
"name": "bob-public-utils/bobgo-magento-extension", | ||
"description": "Streamline your order fulfillments with Bob Go", | ||
"name": "bobgroup/bobgo", | ||
"description": "A simple flat rate shipping method for Magento 2", | ||
"require": { | ||
"php": "~8.1.28", | ||
"monolog/monolog": "1.16.0", | ||
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0", | ||
"magento/framework": "*" | ||
}, | ||
"type": "magento2-module", | ||
"version": "1.0.0", | ||
"authors": [ | ||
{ | ||
"name": "Bob Go", | ||
"email": "support@bobgo.co.za", | ||
"homepage": "https://www.bobgo.co.za" | ||
} | ||
], | ||
"license": [ | ||
"AFL-3.0", | ||
"OSL-3.0" | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"autoload": { | ||
"files": [ | ||
... | ... | @@ -28,3 +20,4 @@ |
} | ||
} | ||
} | ||
etc/acl.xml
deleted
100644 → 0
etc/adminhtml/events.xml
deleted
100644 → 0
etc/di.xml
deleted
100644 → 0
etc/env.php
deleted
100644 → 0
etc/extension_attributes.xml
deleted
100644 → 0
Please register or sign in to comment