Skip to content

Commit

Permalink
update summary (PipedreamHQ#5474)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle0927 authored Feb 15, 2023
1 parent c16ddff commit 4222e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/nordigen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/nordigen",
"version": "0.0.5",
"version": "0.0.6",
"description": "Pipedream Nordigen Components",
"main": "nordigen.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "nordigen-new-transaction",
name: "New Transaction",
description: "Emit new event when a transaction occurs",
version: "0.0.6",
version: "0.0.7",
type: "source",
dedupe: "unique",
props: {
Expand Down Expand Up @@ -143,7 +143,7 @@ export default {
lastTransactionDate = transaction.bookingDate;
}
this.$emit(transaction, {
summary: transaction.remittanceInformationUnstructured,
summary: `${transaction.transactionAmount.amount} ${transaction.transactionAmount.currency} - ${transaction.valueDate}`,
id: transaction.transactionId,
ts: new Date(),
});
Expand Down

0 comments on commit 4222e8f

Please sign in to comment.