Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actualbudget/actual-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf8bbdd4448727c428d4f3818b2d19564673c7a1
Choose a base ref
..
head repository: actualbudget/actual-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 277964018446298a06176b8841583f4ce2c3f7cd
Choose a head ref
Showing with 5 additions and 2 deletions.
  1. +5 −2 src/app-gocardless/banks/lhv-lhvbee22.js
7 changes: 5 additions & 2 deletions src/app-gocardless/banks/lhv-lhvbee22.js
Original file line number Diff line number Diff line change
@@ -13,8 +13,11 @@ export default {
// (..1234) 2025-01-02 09:32 CrustumOU\Poordi 3\Tallinn\10156 ESTEST
// bookingDate: 2025-01-02
// creditorName: CrustumOU
const cardTxRegex = /^\(\.\.(\d{4})\) (\d{4}\-\d{2}\-\d{2}) (\d{2}\:\d{2}) (.+)$/g;
const cardTxMatch = cardTxRegex.exec(transaction?.remittanceInformationUnstructured);
const cardTxRegex =
/^\(\.\.(\d{4})\) (\d{4}-\d{2}-\d{2}) (\d{2}:\d{2}) (.+)$/g;
const cardTxMatch = cardTxRegex.exec(
transaction?.remittanceInformationUnstructured,
);

if (cardTxMatch) {
transaction = {