Sha256: 6986b2f41fb85a076378691057d6348afe3c9529e8d6f02d20ce846c1e53111d
Contents?: true
Size: 231 Bytes
Versions: 52
Compression:
Stored size: 231 Bytes
Contents
class PaymentEngines def self.new_payment(attributes={}) Payment.new attributes end def self.find_contribution(id) Contribution.find id end def self.find_payment filter Payment.where(filter).first end end
Version data entries
52 entries across 52 versions & 1 rubygems