We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545db61 commit 2b204adCopy full SHA for 2b204ad
src/factories/energy/createEnergyTransactionsV2.ts
@@ -49,7 +49,7 @@ Key values randomly allocated:
49
50
let transaction : EnergyBillingTransactionV2 = {
51
accountId: account.account.accountId,
52
- executionDateTime: "",
+ executionDateTime: Helper.randomDateTimeInThePast(),
53
transactionUType: this.transactionUType
54
}
55
0 commit comments