Merge branch 'develop' into feature/uptravel
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Jan 2019 20:53:02 +0000 (15:53 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Jan 2019 20:53:02 +0000 (15:53 -0500)
1  2 
classes/billingSupport.php
index.php
models/admin/member/billing.php
views/admin/billing/invoiceStore.html

Simple merge
diff --cc index.php
+++ b/index.php
@@@ -37,8 -37,8 +37,8 @@@
   *  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.16');
+ define('GLM_MEMBERS_BILLING_PLUGIN_VERSION', '1.0.20');
 -define('GLM_MEMBERS_BILLING_PLUGIN_DB_VERSION', '0.0.26');
 +define('GLM_MEMBERS_BILLING_PLUGIN_DB_VERSION', '0.0.32');
  
  // This is the minimum version of the GLM Members DB plugin require for this plugin.
  define('GLM_MEMBERS_BILLING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.8.0');
@@@ -790,7 -756,7 +791,8 @@@ class GlmMembersAdmin_member_billing /
              'account_status'     => $account_status,
              'accounts'           => $accounts,
              'invoiceTypes'       => $invoiceTypes,
 +            'paymentMethods'     => $this->config['alt_payment_method']
+             'renewalFormSession' => $renewalFormSession,
          );
  
          // Return status, any suggested view, and any data to controller.
Simple merge