),
// 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',
+ // ),
);
* 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.