* Removed AccountType class. Moved various
[merb_mart.git] / app / models / accounts / google_checkout_account.rb
blob6aec7d9f8b9e0405a67d5fd6b8811dbb9337e96f
1 module Accounts
2   class GoogleCheckoutAccount < BaseAccount
3   
4     # TODO: Implement Me
5   
6   end
7 end