From: Steve Sutton Date: Wed, 31 Jul 2019 11:59:47 +0000 (-0400) Subject: Update the insert statement for invoice_payments table. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=117e20dc86a56c083e8d9a29e0b2edb8cf5fe4d0;p=WP-Plugins%2Fglm-member-db-billing.git Update the insert statement for invoice_payments table. column transaction_time not there. --- diff --git a/classes/billingSupport.php b/classes/billingSupport.php index f4b7cf2..80f361e 100644 --- a/classes/billingSupport.php +++ b/classes/billingSupport.php @@ -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' ) );