repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* Removed AccountType class. Moved various
[merb_mart.git]
/
app
/
models
/
accounts
/
google_checkout_account.rb
blob
6aec7d9f8b9e0405a67d5fd6b8811dbb9337e96f
1
module Accounts
2
class GoogleCheckoutAccount < BaseAccount
3
4
# TODO: Implement Me
5
6
end
7
end