diff --git a/app/controllers/payment_controller.rb b/app/controllers/payment_controller.rb index 98877f8..a9d58f3 100644 --- a/app/controllers/payment_controller.rb +++ b/app/controllers/payment_controller.rb @@ -15,7 +15,7 @@ class PaymentController < ApplicationController before_filter :require_user def new - @customers = Customers.all + @customers = Customer.all account_base = Qbo.get_base(:account).service @accounts = account_base.all