projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503d026
)
Fix error
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 7 Jan 2019 17:48:20 +0000
(12:48 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 7 Jan 2019 17:48:35 +0000
(12:48 -0500)
missing comma
models/admin/member/billing.php
patch
|
blob
|
history
diff --git
a/models/admin/member/billing.php
b/models/admin/member/billing.php
index
b4ada42
..
ee8ece7
100644
(file)
--- 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,
);