fix SQL statement after removing transaction_id

This commit is contained in:
Florian Dold 2017-02-07 16:18:34 +01:00
parent 92246c3e88
commit 61a19b4b4b
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -951,8 +951,8 @@ postgres_prepare (PGconn *db_conn)
",wire"
") VALUES "
"($1, $2, $3, $4, $5, $6, $7, $8, $9, $10,"
" $11, $12, $13);",
13, NULL);
" $11, $12, $12);",
12, NULL);
/* Used in #postgres_insert_refund() to store refund information */
PREPARE ("insert_refund",