Select Git revision
composer.json
-
Gundo Sifhufhi authored
Save the rate service_code to the order
Gundo Sifhufhi authoredSave the rate service_code to the order
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.1",
"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\\": ""
}
}
}