Fix error
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 7 Jan 2019 17:48:20 +0000 (12:48 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 7 Jan 2019 17:48:35 +0000 (12:48 -0500)
missing comma

models/admin/member/billing.php

index b4ada42..ee8ece7 100644 (file)
@@ -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,
         );