Skip to content
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# the repo. Unless a later match takes precedence,
# @Backbase/engage-defaults will be requested for
# review when someone opens a pull request.
* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @DenysShmyhin @edotjioe
* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @edotjioe
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 17

- name: Cache Maven packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"path": "/new-transaction-occurred/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "es_ES"
}
]
},
Expand All @@ -42,6 +47,11 @@
"path": "/new-transaction-occurred/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred/push/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "es_ES"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia",
"body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia",
"body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"path": "/new-transaction-occurred-retail/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "es_ES"
}
]
},
Expand All @@ -42,6 +47,11 @@
"path": "/new-transaction-occurred-retail/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred-retail/push/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "es_ES"
}
]
}
Expand All @@ -66,6 +76,11 @@
"path": "/new-transaction-occurred-business/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "es_ES"
}
]
},
Expand All @@ -82,6 +97,11 @@
"path": "/new-transaction-occurred-business/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred-business/push/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "es_ES"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia (business)",
"body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia (business)",
"body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia (retail)",
"body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia (retail)",
"body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"path": "/new-transaction-occurred/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "es_ES"
}
]
},
Expand All @@ -42,6 +47,11 @@
"path": "/new-transaction-occurred/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
},
{
"path": "/new-transaction-occurred/push/es_ES/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "es_ES"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia",
"body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Nueva transferencia",
"body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Backbase :: Engagement Data</name>

<properties>
<backbase-bom.version>2025.01</backbase-bom.version>
<backbase-bom.version>2025.04</backbase-bom.version>
<docker.repo.url>ecr.backbase.com/development</docker.repo.url>
<gitflow-maven-plugin.version>1.17.0</gitflow-maven-plugin.version>
<docker-maven-plugin.version>0.40.2</docker-maven-plugin.version>
Expand Down