Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk authored and actions-user committed Feb 22, 2021
1 parent 4e88f58 commit ea20c78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ file, or directly in the config file (not recommended).

At a minimum, you will need:

- Account Access Key (`UPS_ACCESS_KEY`): Your account needs an api access key, which can be obtained here: [https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US](https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US)
- User ID (`UPS_USER_ID`): The username you use to login to your UPS account.
- Password (`UPS_PASSWORD`): The password you use to login to your UPS account.
- Shipper Number (`UPS_SHIPPER_NUMBER`): This is a 6 digit number assigned to you by UPS.
- Account Access Key (`UPS_ACCESS_KEY`): Your account needs an api access key, which can be obtained here: [https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US](https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US)
- User ID (`UPS_USER_ID`): The username you use to login to your UPS account.
- Password (`UPS_PASSWORD`): The password you use to login to your UPS account.
- Shipper Number (`UPS_SHIPPER_NUMBER`): This is a 6 digit number assigned to you by UPS.

If your account has negotiated rates enabled for it, you can set `UPS_NEGOTIATED_RATES` to `true`.
14 changes: 7 additions & 7 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ sort: 2

## General Requirements

- PHP **7.4** or greater
- Laravel **7.28** or greater
- A [UPS Account](https://www.ups.com/upsdeveloperkit?loc=en_US)
- At least a basic understanding of the UPS Api
- PHP **7.4** or greater
- Laravel **7.28** or greater
- A [UPS Account](https://www.ups.com/upsdeveloperkit?loc=en_US)
- At least a basic understanding of the UPS Api

## Version Matrix

| Laravel | Minimum Version |
| --- | --- |
| 7.28 | 1.0.0 |
| 8.0 | 1.0.0 |
| ------- | --------------- |
| 7.28 | 1.0.0 |
| 8.0 | 1.0.0 |
1 change: 1 addition & 0 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ sort: 3
---

## Upgrade from v1 to v2

The only real requirement to upgrade to v2 is ensuring your environment is running on at least php 8 and your Laravel installation is running
on at least version 8.0.

0 comments on commit ea20c78

Please sign in to comment.