Skip to content

Commit

Permalink
Fix misspelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jresinas committed Feb 15, 2017
1 parent d35d718 commit ad60c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facturaplus/fp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Facturaplus
BILLER_IDS = {"Emergya S.C.A." => 31, "Emergya Ingeniería S.L." => 32}
SERVICE_IDS = {"Desarrollo" => "01", "Consultorías" => "02", "Licencias" => "03", "Mantenimiento" => "04", "BPO" => "05", "Subcontratación" => "06", "Otros" =>"07", "Alquiler" => "99"}
SERVICE_IDS = {"Desarrollo" => "01", "Consultoría" => "02", "Licencias" => "03", "Mantenimiento" => "04", "BPO" => "05", "Subcontratación" => "06", "Otros" =>"07", "Alquiler" => "99"}

class Fp
def self.requirements?
Expand Down

0 comments on commit ad60c7d

Please sign in to comment.