Skip to content

Commit

Permalink
Remove international fallback rates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwheeler1987 committed Dec 1, 2024
1 parent e71ce1c commit 578937c
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions lib/vertex_client/rates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,6 @@ module VertexClient
'WI' => '0.0544',
'WY' => '0.0536',
'DC' => '0.06'
},
'GB' => '0.2',
'DE' => '0.19',
'SE' => '0.25',
'NL' => '0.21',
'FR' => '0.2',
'DK' => '0.25',
'BE' => '0.21',
'FI' => '0.24',
'IT' => '0.22',
'AT' => '0.2',
'PL' => '0.23',
'CZ' => '0.21',
'IE' => '0.23',
'ES' => '0.21',
'HU' => '0.27',
'RO' => '0.19',
'PT' => '0.23',
'SK' => '0.2',
'GR' => '0.24',
'SI' => '0.22',
'HR' => '0.25',
'LT' => '0.21',
'EE' => '0.2',
'LV' => '0.21',
'BG' => '0.2',
'LU' => '0.17',
'MT' => '0.18'
}
}.freeze
end

0 comments on commit 578937c

Please sign in to comment.