From 20bef36f6536296aece64af0db854de823dbcae1 Mon Sep 17 00:00:00 2001 From: Brian Quinn Date: Thu, 18 Mar 2010 09:41:01 +0000 Subject: [PATCH] Added forms to stop errors when creating orders via the backend --- .../admin/payments/source_forms/_paypalexpress.html.erb | 9 +++++++++ .../{_paypalexpress.erb => _paypalexpress.html.erb} | 0 2 files changed, 9 insertions(+) create mode 100644 app/views/admin/payments/source_forms/_paypalexpress.html.erb rename app/views/admin/payments/source_views/{_paypalexpress.erb => _paypalexpress.html.erb} (100%) diff --git a/app/views/admin/payments/source_forms/_paypalexpress.html.erb b/app/views/admin/payments/source_forms/_paypalexpress.html.erb new file mode 100644 index 0000000..02ce32a --- /dev/null +++ b/app/views/admin/payments/source_forms/_paypalexpress.html.erb @@ -0,0 +1,9 @@ +<% content_for :head do %> + +<% end %> + diff --git a/app/views/admin/payments/source_views/_paypalexpress.erb b/app/views/admin/payments/source_views/_paypalexpress.html.erb similarity index 100% rename from app/views/admin/payments/source_views/_paypalexpress.erb rename to app/views/admin/payments/source_views/_paypalexpress.html.erb