Module: SpreePaypalCheckout::BaseHelper
- Defined in:
- app/helpers/spree_paypal_checkout/base_helper.rb
Instance Method Summary collapse
Instance Method Details
#current_paypal_checkout_gateway ⇒ Object
3 4 5 |
# File 'app/helpers/spree_paypal_checkout/base_helper.rb', line 3 def current_paypal_checkout_gateway @current_paypal_checkout_gateway ||= current_store.paypal_checkout_gateway end |
#paypal_checkout_enabled? ⇒ Boolean
7 8 9 |
# File 'app/helpers/spree_paypal_checkout/base_helper.rb', line 7 def paypal_checkout_enabled? current_paypal_checkout_gateway.present? end |