add active merchant and payment schema
This commit is contained in:
parent
69a5d41b79
commit
e8f1645fc2
5 changed files with 44 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -183,6 +183,9 @@ gem 'faker'
|
|||
# for seeds
|
||||
gem 'factory_girl_rails'
|
||||
|
||||
# for online payments
|
||||
gem 'activemerchant'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
# to launch specs when files are modified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue