Add cc_type
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 12 Jun 2017 16:27:18 +0000 (12:27 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 12 Jun 2017 16:27:18 +0000 (12:27 -0400)
Not sure if this will help out an issue I'm having with the member map.

models/admin/import/index.php

index a056bfe..9ff02e3 100644 (file)
@@ -530,6 +530,7 @@ class GlmMembersAdmin_import_index
                         'notes'          => '',
                         'create_time'    => date( 'Y-m-d' ),
                         'modify_time'    => date( 'Y-m-d' ),
+                        'cc_type'        => 0,
                     ),
                     array(
                         '%d',
@@ -556,6 +557,7 @@ class GlmMembersAdmin_import_index
                         '%s',
                         '%s',
                         '%s',
+                        '%d',
                     )
                 );
                 if ( !$insert ) {