mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
add stripe-gem and payment schema
This commit is contained in:
parent
2b4bf2fff7
commit
b639d2eec5
5 changed files with 37 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -184,6 +184,9 @@ gem 'faker'
|
|||
# for seeds
|
||||
gem 'factory_girl_rails'
|
||||
|
||||
# for integrating Stripe payment gateway
|
||||
gem 'stripe'
|
||||
|
||||
# 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