Pikpay button

This commit is contained in:
Adam
2016-01-11 08:53:03 +01:00
parent 2a0e326862
commit 7b2552c31c
384 changed files with 208 additions and 135485 deletions

View File

@@ -0,0 +1,5 @@
class AddPaymentMethodToDeliveryDestination < ActiveRecord::Migration
def change
add_column :delivery_destinations, :payment_method, :string
end
end