diff options
Diffstat (limited to 'packages/taler-util')
| -rw-r--r-- | packages/taler-util/package.json | 2 | ||||
| -rw-r--r-- | packages/taler-util/src/transactions-types.ts | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/taler-util/package.json b/packages/taler-util/package.json index 3a6c5a0a8..93a77b22b 100644 --- a/packages/taler-util/package.json +++ b/packages/taler-util/package.json @@ -62,7 +62,7 @@ "@types/node": "^18.11.17", "ava": "^4.3.3", "esbuild": "^0.17.7", - "prettier": "^2.5.1", + "prettier": "^2.8.8", "rimraf": "^3.0.2", "typescript": "^4.9.4" }, diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts index 5f5b9d112..82d847e80 100644 --- a/packages/taler-util/src/transactions-types.ts +++ b/packages/taler-util/src/transactions-types.ts @@ -345,6 +345,8 @@ export interface TransactionPeerPullCredit extends TransactionCommon { * URI to send to the other party. */ talerUri: string; + + kycUrl: string | undefined; } /** @@ -413,6 +415,8 @@ export interface TransactionPeerPushCredit extends TransactionCommon { * Amount that actually was (or will be) added to the wallet's balance. */ amountEffective: AmountString; + + kycUrl: string | undefined; } export enum PaymentStatus { |
