aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/Refund/stories.tsx
diff options
context:
space:
mode:
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: [
{