Paypal is now working
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddRegistrationFeesPaidToConferenceRegistration < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :registration_fees_paid, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user