Skip to content

Commit 389cc56

Browse files
committed
Correção chamada da função delete
1 parent 0cd5b44 commit 389cc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

callback/gerencianetcharge.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'transid' => (string)$transactionId,
9797
'invoiceid' => (int)$invoiceId);
9898

99-
$deleteTrans = delete('tblaccounts', $conditionsToDeletOldTrans);
99+
$deleteTrans = deleteCob('tblaccounts', $conditionsToDeletOldTrans);
100100

101101
$addInvoicePaymentCommand = "addinvoicepayment";
102102
$addInvoicePaymentValues["invoiceid"] = (int)$invoiceId;

0 commit comments

Comments
 (0)