Update the insert statement for invoice_payments table.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Jul 2019 11:59:47 +0000 (07:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Jul 2019 11:59:47 +0000 (07:59 -0400)
column transaction_time not there.

classes/billingSupport.php

index f4b7cf2..80f361e 100644 (file)
@@ -288,13 +288,11 @@ class GlmBillingSupport
             array(
                 'invoice'          => $invoice,
                 'payment'          => $payment,
-                'amount'           => $amount,
-                'transaction_time' => date('Y-m-d H:i:s')
+                'amount'           => $amount
             ),
             array(
                 '%d',
                 '%d',
-                '%s',
                 '%s'
             )
         );