From 04d5d6e1972269830ac1f65b9f7c3789043d6e08 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 26 Jul 2018 14:13:40 -0400 Subject: [PATCH] Remove from data class These are updated manually and not by using the data abstract. --- classes/data/dataAccounts.php | 30 +++++++++++++++--------------- index.php | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/classes/data/dataAccounts.php b/classes/data/dataAccounts.php index 5a4ac4d..ad82ebb 100644 --- a/classes/data/dataAccounts.php +++ b/classes/data/dataAccounts.php @@ -254,23 +254,23 @@ class GlmDataAccounts extends GlmDataAbstract ), // Customer Profile Id - 'customer_profile_id' => array( - 'field' => 'customer_profile_id', - 'type' => 'text', - 'use' => 'a', - ), + // 'customer_profile_id' => array( + // 'field' => 'customer_profile_id', + // 'type' => 'text', + // 'use' => 'a', + // ), // Payment Profile Id - 'payment_profile_id' => array( - 'field' => 'payment_profile_id', - 'type' => 'text', - 'use' => 'a', - ), + // 'payment_profile_id' => array( + // 'field' => 'payment_profile_id', + // 'type' => 'text', + // 'use' => 'a', + // ), // Payment Profile Card - 'payment_profile_card' => array( - 'field' => 'payment_profile_card', - 'type' => 'text', - 'use' => 'a', - ), + // 'payment_profile_card' => array( + // 'field' => 'payment_profile_card', + // 'type' => 'text', + // 'use' => 'a', + // ), ); diff --git a/index.php b/index.php index 8a135bf..b924cff 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_BILLING_PLUGIN_VERSION', '1.0.8'); +define('GLM_MEMBERS_BILLING_PLUGIN_VERSION', '1.0.9'); define('GLM_MEMBERS_BILLING_PLUGIN_DB_VERSION', '0.0.25'); // This is the minimum version of the GLM Members DB plugin require for this plugin. -- 2.17.1