From 5c5e7e8ed37c814c60d9a12fde9065bcb2b0bbbd Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 23 Jul 2014 14:18:40 +1000 Subject: [PATCH] Hide checkout paypal button, remove unneeded frontend JS --- app/assets/javascripts/darkswarm/all.js.coffee | 2 -- .../payment/{_paypalexpress.html.haml => _paypal.html.haml} | 0 2 files changed, 2 deletions(-) rename app/views/spree/checkout/payment/{_paypalexpress.html.haml => _paypal.html.haml} (100%) diff --git a/app/assets/javascripts/darkswarm/all.js.coffee b/app/assets/javascripts/darkswarm/all.js.coffee index 9af17b26bc..45f91366ba 100644 --- a/app/assets/javascripts/darkswarm/all.js.coffee +++ b/app/assets/javascripts/darkswarm/all.js.coffee @@ -17,8 +17,6 @@ #= require ../shared/ng-infinite-scroll.min.js #= require ../shared/angular-local-storage.js -#= require store/spree_paypal_express - #= require angular-rails-templates #= require_tree ../templates # diff --git a/app/views/spree/checkout/payment/_paypalexpress.html.haml b/app/views/spree/checkout/payment/_paypal.html.haml similarity index 100% rename from app/views/spree/checkout/payment/_paypalexpress.html.haml rename to app/views/spree/checkout/payment/_paypal.html.haml