Skip to content

Commit

Permalink
chore: remove surcharges
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 8, 2024
1 parent 0bdc50c commit a9c00e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- Adds missing properties to `Rate` model
- `delivery_date`
- `est_delivery_days`
- `surcharges`

## v7.5.0 (2024-07-24)

Expand Down
1 change: 0 additions & 1 deletion src/models/rate.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ export default class Rate extends EasyPostObject {
static retail_rate;
static service;
static shipment_id;
static surcharges;
}

0 comments on commit a9c00e6

Please sign in to comment.