Class: Admin::PaypalPaymentsController

Inherits:
Spree::Admin::BaseController
  • Object
show all
Defined in:
app/controllers/spree/admin/paypal_payments_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/spree/admin/paypal_payments_controller.rb', line 5

def index
  @payments = @order.payments.includes(:payment_method).where(:spree_payment_methods => { :type => "Spree::Gateway::PayPalExpress" })
end