add payment mode to ticket schema
This commit is contained in:
parent
301ad1c722
commit
a8fd1a7903
5 changed files with 14 additions and 3 deletions
|
|
@ -3,5 +3,6 @@ FactoryGirl.define do
|
|||
title { "#{Faker::Hipster.word} Ticket" }
|
||||
price_cents 1000
|
||||
price_currency 'USD'
|
||||
payment_mode 'Online'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue