Sha256: 6adf99833a84cb53a8eda93f5b40fa8580a1a9b7bc2c5d3e6fa7cebc1e996cfd

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

class WepayCheckoutRecord < ActiveRecord::Base
  belongs_to :checkout
  belongs_to :preapproval
  belongs_to :ipn
  belongs_to :authorize
  attr_accessible :amount, 
                  :short_description, 
                  :access_token, 
                  :checkout_id, 
                  :security_token, 
                  :checkout_uri, 
                  :account_id, 
                  :currency, 
                  :fee_payer, 
                  :state, 
                  :redirect_uri, 
                  :auto_capture, 
                  :app_fee, 
                  :gross, 
                  :fee, 
                  :callback_uri, 
                  :tax, 
                  :payer_email, 
                  :payer_name, 
                  :mode, 
                  :preapproval_id, 
                  :preapproval_uri,
                  :reference_id,
                  :period, 
                  :frequency, 
                  :start_time, 
                  :end_time, 
                  :auto_recur, 
                  :create_time, 
                  :manage_uri
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wepay-rails-2.5.2 lib/generators/wepay_rails/install/templates/wepay_checkout_record.rb
wepay-rails-2.5.1 lib/generators/wepay_rails/install/templates/wepay_checkout_record.rb