Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit c0b21a9

Browse files
authored
Add backup date field for GoCardless transactions with bank BNP_BE_GEBABEBB (#345)
* Add backup date field for GoCardless transactions with bank BNP_BE_GEBABEBB * release note
1 parent 4ae654d commit c0b21a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/app-gocardless/banks/bnp-be-gebabebb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default {
7373

7474
return {
7575
...transaction,
76-
date: transaction.valueDate,
76+
date: transaction.valueDate || transaction.bookingDate,
7777
};
7878
},
7979

upcoming-release-notes/345.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Bugfix
3+
authors: [matt-fidd]
4+
---
5+
6+
Add backup date field for GoCardless transactions with bank BNP_BE_GEBABEBB

0 commit comments

Comments
 (0)