Select Git revision
composer.json
-
Gundo Sifhufhi authored
Layout Processor For Handling Field Display. Dynamically add columns to Magento Core DB. Save Suburb to Quote Table.
Gundo Sifhufhi authoredLayout Processor For Handling Field Display. Dynamically add columns to Magento Core DB. Save Suburb to Quote Table.
This project manages its dependencies using Composer.
Learn more
composer.json 457 B
{
"name": "uafrica/bobgo",
"description": "Streamline your shipments fulfillments with bobgo",
"type": "magento2-module",
"version": "1.0.0",
"authors": [
{
"name": "Gundo",
"email": "gundo@bob.co.za",
"homepage": "https://www.bob.co.za"
}
],
"license": [
"AFL-3.0",
"OSL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"uafrica\\Customshipping\\": ""
}
}
}