Skip to content

Commit

Permalink
Use type instead of code
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmankyle committed Sep 27, 2024
1 parent 3b58686 commit 7879f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ups/parsers/track_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def status_type_description
end

def status_type_code
status_type[:code]
status_type[:type]
end

private
Expand Down

0 comments on commit 7879f74

Please sign in to comment.