Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19496 -EFT TDI17 Processing / Multi Account linking #1489

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions jobs/payment-jobs/invoke_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

import config
from services import oracle_db
from tasks.eft_transfer_task import EftTransferTask
from tasks.routing_slip_task import RoutingSlipTask
from tasks.electronic_funds_transfer_task import ElectronicFundsTransferTask
from tasks.statement_due_task import StatementDueTask
Expand Down Expand Up @@ -146,9 +145,6 @@ def run(job_name, argument=None):
elif job_name == 'BCOL_REFUND_CONFIRMATION':
BcolRefundConfirmationTask.update_bcol_refund_invoices()
application.logger.info(f'<<<< Completed running BCOL Refund Confirmation Job >>>>')
elif job_name == 'EFT_TRANSFER':
EftTransferTask.create_ejv_file()
application.logger.info(f'<<<< Completed Creating EFT Transfer File for transfer to internal GLs>>>>')
else:
application.logger.debug('No valid args passed. Exiting job without running any ***************')

Expand Down
4 changes: 2 additions & 2 deletions jobs/payment-jobs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

292 changes: 0 additions & 292 deletions jobs/payment-jobs/tasks/eft_transfer_task.py

This file was deleted.

Loading
Loading