Sha256: 9fc31eaefd23481a1f15dbfd34954e9c6c6ff9ba4c9398926acfa213b10e890a

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

module Workarea
  decorate Payment, with: :flow_io do
    decorated do
      field :operation_tender_type, type: String

      embeds_one :flow_payment,
        class_name: "Workarea::Payment::Tender::FlowPayment"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-flow_io-1.2.1 app/models/workarea/payment.decorator