diff --git a/app/controllers/payments_controller.rb b/app/controllers/payments_controller.rb index 2f19d0f..ac3263f 100644 --- a/app/controllers/payments_controller.rb +++ b/app/controllers/payments_controller.rb @@ -20,6 +20,7 @@ class PaymentsController < ApplicationController @customers = Customer.all account_base = Qbo.get_base(:account).service + query = "SELECT Id, Name FROM Account WHERE AccountType = 'Checking' " @accounts = account_base.all payment_method_base = Qbo.get_base(:payment_method).service