Merge pull request #1108 from rishabhs95/stripe
Online payment feature - direct stripe integration
This commit is contained in:
commit
32019a11e1
35 changed files with 523 additions and 110 deletions
7
spec/factories/payments.rb
Normal file
7
spec/factories/payments.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :payment do
|
||||
user
|
||||
conference
|
||||
status 'unpaid'
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue