Class: Payola::ProcessSale

Inherits:
Object
  • Object
show all
Defined in:
app/services/payola/process_sale.rb

Class Method Summary collapse

Class Method Details

.call(guid) ⇒ Object



3
4
5
# File 'app/services/payola/process_sale.rb', line 3

def self.call(guid)
  Sale.find_by(guid: guid).process!
end