Skip to content

Commit

Permalink
Add partial_return field for order
Browse files Browse the repository at this point in the history
  • Loading branch information
pustserg committed Nov 22, 2016
1 parent 894e68a commit 1515682
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 1515682

Please sign in to comment.