Method: Effective::Order#mark_as_purchased!

Defined in:
app/models/effective/order.rb

#mark_as_purchased!Object

Call this as a way to skip over non consequential orders And mark some purchasables purchased This is different than the Mark as Paid payment processor



566
567
568
# File 'app/models/effective/order.rb', line 566

def mark_as_purchased!
  purchase!(skip_buyer_validations: true, email: false, skip_quickbooks: true)
end