Skip to content

Commit

Permalink
Merge pull request #4 from kinderly/pustserg/add_avoid_part_return_field
Browse files Browse the repository at this point in the history
Add partial_return field for order
  • Loading branch information
pustserg committed Nov 23, 2016
2 parents 894e68a + 1515682 commit 3afbf80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/axiomus_api/order/base_order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AxiomusApi::BaseOrder < AxiomusApi::Base
xml_field :contacts
xml_field :items, type: AxiomusApi::Items
xml_field :description, optional: true
xml_attribute :inner_id, :okey, optional: true
xml_attribute :inner_id, :okey, :avoid_part_return, optional: true
xml_attribute :name, :places
xml_field :services, type: AxiomusApi::Services

Expand Down
2 changes: 1 addition & 1 deletion lib/axiomus_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AxiomusApi
VERSION = '0.6.2'
VERSION = '0.6.3'
end

0 comments on commit 3afbf80

Please sign in to comment.