aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/declaration.d.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-12 23:56:54 -0300
committerSebastian <sebasjm@gmail.com>2023-03-12 23:56:54 -0300
commitb874f9a0c50084803de58febb698864aa8dd061a (patch)
tree50f23d8faa674a94646a21c5821fd4f494c60f64 /packages/merchant-backoffice-ui/src/declaration.d.ts
parentae1aee13581469a8398321b57e95cc85f210047b (diff)
downloadwallet-core-b874f9a0c50084803de58febb698864aa8dd061a.tar.xz
print and setup totp
Diffstat (limited to 'packages/merchant-backoffice-ui/src/declaration.d.ts')
-rw-r--r--packages/merchant-backoffice-ui/src/declaration.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/merchant-backoffice-ui/src/declaration.d.ts b/packages/merchant-backoffice-ui/src/declaration.d.ts
index c9380760c..9fc4f0d77 100644
--- a/packages/merchant-backoffice-ui/src/declaration.d.ts
+++ b/packages/merchant-backoffice-ui/src/declaration.d.ts
@@ -1287,6 +1287,9 @@ export namespace MerchantBackend {
// This parameter is optional.
pos_key?: string;
+ // Algorithm for computing the POS confirmation, 0 for none.
+ pos_algorithm?: number;
+
// Additional information in a separate template.
template_contract: TemplateContractDetails;
}
@@ -1313,6 +1316,9 @@ export namespace MerchantBackend {
// This parameter is optional.
pos_key?: string;
+ // Algorithm for computing the POS confirmation, 0 for none.
+ pos_algorithm?: Integer;
+
// Additional information in a separate template.
template_contract: TemplateContractDetails;
}
@@ -1338,6 +1344,9 @@ export namespace MerchantBackend {
// This parameter is optional.
pos_key?: string;
+ // Algorithm for computing the POS confirmation, 0 for none.
+ pos_algorithm?: Integer;
+
// Additional information in a separate template.
template_contract: TemplateContractDetails;
}