Skip to content

Commit

Permalink
Correção chamada da função delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoliveiraGN committed Jun 9, 2021
1 parent 0cd5b44 commit 389cc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callback/gerencianetcharge.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'transid' => (string)$transactionId,
'invoiceid' => (int)$invoiceId);

$deleteTrans = delete('tblaccounts', $conditionsToDeletOldTrans);
$deleteTrans = deleteCob('tblaccounts', $conditionsToDeletOldTrans);

$addInvoicePaymentCommand = "addinvoicepayment";
$addInvoicePaymentValues["invoiceid"] = (int)$invoiceId;
Expand Down

0 comments on commit 389cc56

Please sign in to comment.