Sha256: 3cc9ba327ff5685f766cf42fdaa1f99285df8eee90f4a089e6e2d5788a383175

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

require "flex_commerce_api/v2/api_base"
module FlexCommerce
  module V2
    class UnallocateOrder < FlexCommerceApi::V2::ApiBase
      def self.table_name
        "unallocate_order"
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flex_commerce_api-0.8.3 app/models/v2/unallocate_order.rb
flex_commerce_api-0.8.2 app/models/v2/unallocate_order.rb
flex_commerce_api-0.8.1 app/models/v2/unallocate_order.rb
flex_commerce_api-0.7 app/models/v2/unallocate_order.rb
flex_commerce_api-0.6.57 app/models/v2/unallocate_order.rb