Skip to content

Commit

Permalink
Merge pull request #466 from EasyPost/surcharges
Browse files Browse the repository at this point in the history
feat: adds missing properties to Rate model
  • Loading branch information
Justintime50 committed Aug 8, 2024
2 parents f3f5220 + a9c00e6 commit e417214
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Next Release

- Adds missing properties to `Rate` model
- `delivery_date`
- `est_delivery_days`

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

- Adds new `Claim` service for filing claims on EasyPost shipments and insurances
Expand Down
2 changes: 2 additions & 0 deletions src/models/rate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export default class Rate extends EasyPostObject {
static carrier;
static currency;
static delivery_date_guaranteed;
static delivery_date;
static delivery_days;
static est_delivery_days;
static list_currency;
static list_rate;
static rate;
Expand Down

0 comments on commit e417214

Please sign in to comment.