summaryrefslogtreecommitdiff
path: root/packages/backend/src/pages/RequestPayment.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend/src/pages/RequestPayment.stories.tsx')
-rw-r--r--packages/backend/src/pages/RequestPayment.stories.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/pages/RequestPayment.stories.tsx b/packages/backend/src/pages/RequestPayment.stories.tsx
index 1aed570..6a757d2 100644
--- a/packages/backend/src/pages/RequestPayment.stories.tsx
+++ b/packages/backend/src/pages/RequestPayment.stories.tsx
@@ -37,4 +37,5 @@ function createExample<Props>(Component: FunctionalComponent<Props>, props: Part
}
export const Example = createExample(TestedComponent, {
+ taler_pay_qrcode_svg: 'this is an example'
});