Skip to content

Commit

Permalink
Inventory units have no return_authorization_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Aug 14, 2017
1 parent 3763d26 commit b760487
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/app/helpers/spree/api/api_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ def required_fields_for(model)
]

@@inventory_unit_attributes = [
:id, :state, :variant_id, :shipment_id,
:return_authorization_id
:id, :state, :variant_id, :shipment_id
]

@@return_authorization_attributes = [
Expand Down

0 comments on commit b760487

Please sign in to comment.