-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the ups shipping module in v2.0
- Loading branch information
1 parent
0bf6e74
commit 940103a
Showing
42 changed files
with
858 additions
and
415 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/node_modules | ||
/npm-debug.log | ||
/package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"name": "bagisto/bagisto-ups-shipping", | ||
"name": "bagisto/laravel-ups", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Naresh Verma", | ||
"email": "[email protected]" | ||
}, { | ||
"name": "Vivek Sharma", | ||
"email": "[email protected]" | ||
"name": "Bagisto", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"konekt/concord": "^1.2" | ||
}, | ||
"require": {}, | ||
"autoload": { | ||
"psr-4": { | ||
"Webkul\\UpsShipping\\": "src/" | ||
|
@@ -27,4 +22,4 @@ | |
} | ||
}, | ||
"minimum-stability": "dev" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build" | ||
}, | ||
"devDependencies": { | ||
"axios": "^1.4.0", | ||
"laravel-vite-plugin": "^0.7.2", | ||
"postcss": "^8.4.23", | ||
"vite": "^4.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'ups' => [ | ||
'code' => 'ups', | ||
'title' => 'UPS Shipping', | ||
'description' => 'UPS Shipping', | ||
'active' => true, | ||
'class' => 'Webkul\UpsShipping\Carriers\Ups', | ||
], | ||
]; |
Oops, something went wrong.
1 comment
on commit 940103a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to optimise code.
curly breakers missing.