Remove from data class
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 26 Jul 2018 18:13:40 +0000 (14:13 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 26 Jul 2018 18:13:40 +0000 (14:13 -0400)
These are updated manually and not by using the data abstract.

classes/data/dataAccounts.php
index.php

index 5a4ac4d..ad82ebb 100644 (file)
@@ -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',
+            // ),
 
          );
 
index 8a135bf..b924cff 100644 (file)
--- 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.