From 0a508e7aaa1715c56f24cbd188348bd9cc26619e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 7 Jan 2019 12:48:20 -0500 Subject: [PATCH] Fix error missing comma --- models/admin/member/billing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/admin/member/billing.php b/models/admin/member/billing.php index b4ada42..ee8ece7 100644 --- a/models/admin/member/billing.php +++ b/models/admin/member/billing.php @@ -791,7 +791,7 @@ class GlmMembersAdmin_member_billing // extends GlmDataBilling 'account_status' => $account_status, 'accounts' => $accounts, 'invoiceTypes' => $invoiceTypes, - 'paymentMethods' => $this->config['alt_payment_method'] + 'paymentMethods' => $this->config['alt_payment_method'], 'renewalFormSession' => $renewalFormSession, ); -- 2.17.1