Skip to content

Commit

Permalink
Update domestic state code fallback rates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwheeler1987 committed Dec 1, 2024
1 parent 578937c commit 87a224a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/vertex_client/rates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module VertexClient
'AE' => '0.0',
'AL' => '0.0914',
'AK' => '0.0',
'AZ' => '0.0',
'AR' => '0.0',
'AZ' => '0.086',
'AR' => '0.0935',
'CA' => '0.0856',
'CO' => '0.0763',
'CT' => '0.0635',
Expand All @@ -18,7 +18,7 @@ module VertexClient
'IL' => '0.0874',
'IN' => '0.07',
'IA' => '0.0682',
'KS' => '0.0',
'KS' => '0.0865',
'KY' => '0.06',
'LA' => '0.0945',
'ME' => '0.055',
Expand All @@ -27,13 +27,13 @@ module VertexClient
'MI' => '0.06',
'MN' => '0.0743',
'MS' => '0.0707',
'MO' => '0.0',
'MO' => '0.0845',
'MT' => '0.0',
'NE' => '0.0685',
'NV' => '0.0814',
'NH' => '0.0',
'NJ' => '0.066',
'NM' => '0.0',
'NM' => '0.0515',
'NY' => '0.0849',
'NC' => '0.0697',
'ND' => '0.0685',
Expand Down

0 comments on commit 87a224a

Please sign in to comment.