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:
6143197
)
Add billing support class.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 13 Sep 2019 17:56:55 +0000
(13:56 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 13 Sep 2019 17:56:55 +0000
(13:56 -0400)
Need to require the billing support class.
models/admin/billing/accounts.php
patch
|
blob
|
history
diff --git
a/models/admin/billing/accounts.php
b/models/admin/billing/accounts.php
index
169e16a
..
639993a
100644
(file)
--- a/
models/admin/billing/accounts.php
+++ b/
models/admin/billing/accounts.php
@@
-15,6
+15,7
@@
// Load Contacts data class
require_once GLM_MEMBERS_BILLING_PLUGIN_CLASS_PATH . '/data/dataAccounts.php';
+require_once GLM_MEMBERS_BILLING_PLUGIN_CLASS_PATH . '/billingSupport.php';
class GlmMembersAdmin_billing_accounts extends GlmDataAccounts
{