Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Sep 17, 2024
1 parent 9bc9b19 commit 2e414ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pay-api/src/pay_api/services/payment_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def update_transaction(transaction_id: uuid, # pylint: disable=too-many-locals
6. Change the status of Payment
7. Update the transaction record
"""
# TODO for now assumption is this def will be called only for credit card, bcol and internal payments.
# When start to look into the PAD and Online Banking may need to refactor here
# Assumption this will be called only for credit card, bcol and internal payments.
# Doesn't support PAD or ONLINE BANKING.
transaction_dao: PaymentTransactionModel = PaymentTransactionModel.find_by_id(
transaction_id
)
Expand Down

0 comments on commit 2e414ac

Please sign in to comment.