Module: Workarea::WishList::Pricing

Defined in:
app/models/workarea/wish_list/pricing.rb

Class Method Summary collapse

Class Method Details

.perform(wish_list) ⇒ self

Build price adjustments and set order total prices.

Parameters:

Returns:

  • (self)


8
9
10
11
12
# File 'app/models/workarea/wish_list/pricing.rb', line 8

def self.perform(wish_list)
  wish_list.reset_pricing!
  WishList::Request.new(wish_list).run
  self
end