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
Started moving, deleting to prepare for conversion to a slice
[merb_mart.git]
/
app
/
models
/
accounts
/
paypal_account.rb
blob
5ee4bfc19277633179774e86b5b8b1745610c0c8
1
module Mart
2
module Accounts
3
class PaypalAccount < AbstractAccount
4
5
# TODO: Implement Me
6
7
end
8
end
9
end