From a588ac19a6a5624926d5c52a00c7d908f1b0b776 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 5 Aug 2016 20:27:25 -0400 Subject: [PATCH] Fixed typo --- app/controllers/payment_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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