Skip to content

Commit

Permalink
Improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spideraxal committed Jan 7, 2025
1 parent 5e10971 commit 0b2f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-gocardless/banks/ing-ingbrobu.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
//For deduplication to work better, payeeName needs to be standardized
//and converted from a pending transaction form ("payeeName":"Card no: xxxxxxxxxxxx1111"') to a booked transaction form ("payeeName":"Card no: Xxxx Xxxx Xxxx 1111")
if (transaction.transactionId === 'NOTPROVIDED') {
//Some corner case transactions have the `proprietaryBankTransactionCode` field, this need to be copied to `remittanceInformationUnstructured`
//Some corner case transactions only have the `proprietaryBankTransactionCode` field, this need to be copied to `remittanceInformationUnstructured`
if (
transaction.proprietaryBankTransactionCode &&
!transaction.remittanceInformationUnstructured
Expand Down

0 comments on commit 0b2f6b1

Please sign in to comment.