lib/digicert/organization.rb in digicert-0.1.1 vs lib/digicert/organization.rb in digicert-0.1.2
- old
+ new
@@ -32,10 +32,10 @@
def validate_contact(first_name:, last_name:, email:, telephone:, **attrs)
required_attributes = {
first_name: first_name,
last_name: last_name,
email: email,
- telephone: telephone
+ telephone: telephone,
}
required_attributes.merge(attrs)
end
end