Sha256: 8241bd0ff186d0ae0dfbdfe0c9780a0bbe7cdd6c4bb995f19e45963b2ec962d9
Contents?: true
Size: 426 Bytes
Versions: 53
Compression:
Stored size: 426 Bytes
Contents
require 'fog/core/collection' require 'fog/storm_on_demand/models/billing/payment' module Fog module Billing class StormOnDemand class Payments < Fog::Collection model Fog::Billing::StormOnDemand::Payment def make(amount, card_code) service.make_payment(:amount => amount, :card_code => card_code).body['amount'] end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems