Skip to content

Commit

Permalink
Merge pull request #128 from next-tms/brody/add-carrier-public-tracki…
Browse files Browse the repository at this point in the history
…ng-uri

Add `Carrier#public_tracking_uri`
  • Loading branch information
brodyhoskins authored Feb 2, 2024
2 parents ace23bc + c51cb16 commit 6afa8d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/freight_kit/carrier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ def pickup_number_is_tracking_number?
false
end

# Publicly accessible URI for tracking based on tracking number.
# @param [String] tracking_number Tracking number.
# @return [URI, nil]
def public_tracking_uri(tracking_number)
nil
end

# Returns the keywords passed to `#initialize` that cannot be blank.
# @return [Array<Symbol>]
def requirements
Expand Down

0 comments on commit 6afa8d1

Please sign in to comment.