Skip to content

Commit

Permalink
DEBUG credit insert
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafaelrn committed Oct 7, 2024
1 parent fb4f81f commit 6ade767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/bd_update_banks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ def update_bd_from_sicredi_account(file_to_import):


def update_bd_from_sicredi_card(file_id_card, balance_card, date_payment_card, card_name_file_filter):

print(f'Starting update BD from Sicredi Card...\nFile Card ID: {file_id_card}\nBalance Card: {balance_card}\nDate Payment Card: {date_payment_card}\nCard Name File Filter: {card_name_file_filter}')

global account_name

Expand Down

0 comments on commit 6ade767

Please sign in to comment.