Started moving, deleting to prepare for conversion to a slice
[merb_mart.git] / app / models / accounts / paypal_account.rb
blob5ee4bfc19277633179774e86b5b8b1745610c0c8
1 module Mart
2   module Accounts
3     class PaypalAccount < AbstractAccount
5       # TODO: Implement Me
7     end
8   end
9 end