projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d445b
)
Update the insert statement for invoice_payments table.
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 31 Jul 2019 11:59:47 +0000
(07:59 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 31 Jul 2019 11:59:47 +0000
(07:59 -0400)
column transaction_time not there.
classes/billingSupport.php
patch
|
blob
|
history
diff --git
a/classes/billingSupport.php
b/classes/billingSupport.php
index
f4b7cf2
..
80f361e
100644
(file)
--- 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'
)
);