Skip to content

Commit

Permalink
fix payment factory
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jul 22, 2024
1 parent 5393eb5 commit 1a67ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# id :bigint not null, primary key
# amount :integer
# authorization_code :string
# currency :string
# last4 :string
# status :integer default("unpaid"), not null
# created_at :datetime not null
Expand All @@ -20,5 +19,6 @@
user
conference
status { 'unpaid' }
currency { 'USD' }
end
end

0 comments on commit 1a67ab4

Please sign in to comment.