OSDN Git Service

決済プラグインの編集など
authorTaro Matsuzawa <tmatsuzawa@kbmj.com>
Tue, 7 Sep 2010 16:43:14 +0000 (01:43 +0900)
committerTaro Matsuzawa <tmatsuzawa@kbmj.com>
Tue, 7 Sep 2010 16:43:14 +0000 (01:43 +0900)
commit24e45ac1279ee31437257f0c725b84984504f3ff
treee8a5c55e4c45b9c33639c32f8785f066506c3400
parenta4afd53f6edca0599eb74838531a520d2f2eec3e
決済プラグインの編集など
24 files changed:
app/controllers/admin/plugins_controller.rb [new file with mode: 0644]
app/controllers/cart_controller.rb
app/models/normal_payment_plugin.rb
app/models/payment_plugin.rb
app/views/admin/base/_shop_submenu.html.erb
app/views/admin/home/index.html.erb
app/views/admin/plugins/_form_payment_plugin.html.erb [new file with mode: 0644]
app/views/admin/plugins/_submenu.html.erb [new file with mode: 0644]
app/views/admin/plugins/confirm_payment_plugin.html.erb [new file with mode: 0644]
app/views/admin/plugins/edit_payment_plugin.html.erb [new file with mode: 0644]
app/views/admin/plugins/index.html.erb [new file with mode: 0644]
app/views/admin/plugins/new_payment_plugin.html.erb [new file with mode: 0644]
config/environment.rb
config/initializers/admin_plugins_controller_extend.rb [new file with mode: 0644]
config/initializers/cart_controller_extend.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20100819114504_create_payment_plugins.rb
db/migrate/20100901071513_add_data_functions_plugin.rb [new file with mode: 0644]
lib/payment_plugin_base.rb
spec/controllers/admin/plugins_controller_spec.rb [new file with mode: 0644]
spec/fixtures/authorities_functions.csv
spec/fixtures/functions.yml
spec/fixtures/payment_plugins.yml
spec/models/payment_plugin_spec.rb [new file with mode: 0644]