lib/resources/invoice.rb in sk-api-1.0.4 vs lib/resources/invoice.rb in sk-api-1.0.5
- old
+ new
@@ -33,10 +33,10 @@
"updated_at" => {"type" => "string", "format" =>"date-time", "optional" => true, "readonly"=> true},
"address_field" => {"type" => "string", "optional" => true},
"lock_version" => {"type" => "integer", "optional" => true, "readonly" => true},
"client_id" => {"type" => "string"},
"client" => {"type" => "object", "properties" => SKApi::Resources::Client.schema_props, "optional" => true, "readonly" => true},
- "line_items" => {"type" => "array","properties" => SKApi::Resources::LineItem.schema_props, "optional" => true,},
+ "line_items" => {"type" => "array","properties" => SKApi::Resources::LineItem.schema_props, "optional" => true}
}
end
def self.api_links
#internal links on fields=> id => salesking.eu/clients/4567.json
\ No newline at end of file