Sha256: 06533f053e117ad4833afffa1bacbbbe32f07f7ae76e34cbfcffa2ce64d42e3c
Contents?: true
Size: 478 Bytes
Versions: 2
Compression:
Stored size: 478 Bytes
Contents
module AbtainBilling #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Bogus class Helper < AbtainBilling::Billing::Integrations::Helper mapping :account, 'account' mapping :order, 'order' mapping :amount, 'amount' mapping :currency, 'currency' mapping :customer, :first_name => 'first_name', :last_name => 'last_name' end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abtain_billing-1.03 | lib/abtain_billing/billing/integrations/bogus/helper.rb |
abtain_billing-1.02 | lib/abtain_billing/billing/integrations/bogus/helper.rb |