Sha256: a8182c76688a8f222dee3ece512eec289a9ced003e64fd059653e29f380a4c7f

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

module Workarea
  decorate Order::Item, with: 'affirm' do
    def affirm_available?
      !!product_attributes['affirm_available']
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-affirm-1.0.0 app/models/workarea/order/item.decorator