Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daveore090 committed Aug 8, 2021
1 parent e07c8ef commit 634e15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel-USPS

Laravel-USPS is a composer package that allows you to integrate the USPS Address / Shipping API. This package is ported from @author Vincent Gabriel https://github.com/VinceG/USPS-php-api
Laravel-USPS is a composer package that allows you to integrate the USPS Address / Shipping API / Rates Calculator. This package is ported from @author Vincent Gabriel https://github.com/VinceG/USPS-php-api

- Requires a valid USPS API Username
- Tested on Laravel 8
Expand Down Expand Up @@ -81,7 +81,7 @@ class USPSController extends Controller
);
}

public function rate() {
public function rate(Request $request) {

$usps_rate = Usps::rate(
[
Expand Down

0 comments on commit 634e15a

Please sign in to comment.