Skip to content

Commit

Permalink
Include timestamp in addTransaction action
Browse files Browse the repository at this point in the history
CS-6278
  • Loading branch information
Tamara committed Dec 6, 2024
1 parent 252635c commit f38b1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/paymentHandler/payment-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function createAddTransactionAction({
return {
action: 'addTransaction',
transaction: {
timestamp: new Date().toISOString(),
type,
amount: {
currencyCode: currency,
Expand Down

0 comments on commit f38b1e3

Please sign in to comment.