Sha256: 5b0d794406e0f75ec961c5c96b22097e64737465986d633aee043c4042839aa5
Contents?: true
Size: 647 Bytes
Versions: 29
Compression:
Stored size: 647 Bytes
Contents
module Spree module Api module V2 module Platform class AdjustmentSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :order belongs_to :adjustable, polymorphic: true belongs_to :source, polymorphic: { Spree::Promotion::Actions::FreeShipping => :promotion_action, Spree::Promotion::Actions::CreateAdjustment => :promotion_action, Spree::Promotion::Actions::CreateItemAdjustments => :promotion_action, Spree::Promotion::Actions::CreateLineItems => :promotion_action } end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems