aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/Refund/stories.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-10 13:35:18 -0300
committerSebastian <sebasjm@gmail.com>2023-05-10 13:35:18 -0300
commitf281803f1e555b8e8c1e76612b1f6b7128033cd6 (patch)
treea30f1863a5b5ea27c2e382bb0297e9b9e55de572 /packages/taler-wallet-webextension/src/cta/Refund/stories.tsx
parent6308c7ea6ba195199ee413c6c485321a013a514a (diff)
downloadwallet-core-f281803f1e555b8e8c1e76612b1f6b7128033cd6.tar.xz
compile again after DD37 impl
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/Refund/stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/cta/Refund/stories.tsx28
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/Refund/stories.tsx b/packages/taler-wallet-webextension/src/cta/Refund/stories.tsx
index 649e427a5..ef1f76033 100644
--- a/packages/taler-wallet-webextension/src/cta/Refund/stories.tsx
+++ b/packages/taler-wallet-webextension/src/cta/Refund/stories.tsx
@@ -22,20 +22,20 @@
import { Amounts } from "@gnu-taler/taler-util";
import beer from "../../../static-dev/beer.png";
import * as tests from "@gnu-taler/web-util/testing";
-import { IgnoredView, InProgressView, ReadyView } from "./views.js";
+import { IgnoredView, ReadyView } from "./views.js";
export default {
title: "refund",
};
-export const InProgress = tests.createExample(InProgressView, {
- status: "in-progress",
- error: undefined,
- amount: Amounts.parseOrThrow("USD:1"),
- awaitingAmount: Amounts.parseOrThrow("USD:1"),
- granted: Amounts.parseOrThrow("USD:0"),
- merchantName: "the merchant",
- products: undefined,
-});
+// export const InProgress = tests.createExample(InProgressView, {
+// status: "in-progress",
+// error: undefined,
+// amount: Amounts.parseOrThrow("USD:1"),
+// awaitingAmount: Amounts.parseOrThrow("USD:1"),
+// granted: Amounts.parseOrThrow("USD:0"),
+// merchantName: "the merchant",
+// products: undefined,
+// });
export const Ready = tests.createExample(ReadyView, {
status: "ready",
@@ -44,8 +44,8 @@ export const Ready = tests.createExample(ReadyView, {
ignore: {},
amount: Amounts.parseOrThrow("USD:1"),
- awaitingAmount: Amounts.parseOrThrow("USD:1"),
- granted: Amounts.parseOrThrow("USD:0"),
+ // awaitingAmount: Amounts.parseOrThrow("USD:1"),
+ // granted: Amounts.parseOrThrow("USD:0"),
merchantName: "the merchant",
products: [],
orderId: "abcdef",
@@ -57,8 +57,8 @@ export const WithAProductList = tests.createExample(ReadyView, {
accept: {},
ignore: {},
amount: Amounts.parseOrThrow("USD:1"),
- awaitingAmount: Amounts.parseOrThrow("USD:1"),
- granted: Amounts.parseOrThrow("USD:0"),
+ // awaitingAmount: Amounts.parseOrThrow("USD:1"),
+ // granted: Amounts.parseOrThrow("USD:0"),
merchantName: "the merchant",
products: [
{