Fix paypal source_form view

The previous commit broke the selectors used by app/assets/javascripts/spree/backend/paypal_express.js
in the better_spree_paypal_express gem.

We can remove this override of the paypal source_form view when we update better_spree_paypal_express
to a version that includes the following commit:
4360a1fb82
This commit is contained in:
Rob Harrington
2017-08-02 16:40:09 +10:00
parent a04116466e
commit fab893e60b

View File

@@ -0,0 +1,8 @@
-# We can remove this file as soon as we have a version of better_spree_paypal_express that includes:
-# https://github.com/spree-contrib/better_spree_paypal_express/commit/4360a1fb82d30d7601bc6a98e7b74819f0b377f0
-# The selectors in app/assets/javascripts/spree/backend/paypal_express.js don't work with the version
-# of the views we are using, so the warning below wasn't displaying without this override.
#paypal-warning
%strong= t('no_payment_via_admin_backend', :scope => 'paypal')