diff --git a/app/services/permitted_attributes/business_address.rb b/app/services/permitted_attributes/business_address.rb index 53eb64ceeb..2d04223143 100644 --- a/app/services/permitted_attributes/business_address.rb +++ b/app/services/permitted_attributes/business_address.rb @@ -1,14 +1,14 @@ # frozen_string_literal: true module PermittedAttributes - class BusinessAddress - def self.attributes - [ - :business_name, :address1, :address2, - :city, :country_id, :state_id, :zipcode, - :phone - ] - end + class BusinessAddress + def self.attributes + [ + :company, :address1, :address2, + :city, :country_id, :state_id, :zipcode, + :phone + ] end end +end \ No newline at end of file