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.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/pages/RequestPayment.stories.tsx b/packages/backend/src/pages/RequestPayment.stories.tsx
index 6a757d2..8f5f734 100644
--- a/packages/backend/src/pages/RequestPayment.stories.tsx
+++ b/packages/backend/src/pages/RequestPayment.stories.tsx
@@ -37,5 +37,5 @@ function createExample<Props>(Component: FunctionalComponent<Props>, props: Part
}
export const Example = createExample(TestedComponent, {
- taler_pay_qrcode_svg: 'this is an example'
+ payURI: 'taler+http://pay/merchant-backend.taler/2021.242-01G2X4275RBWG/?c=66BE594PDZR24744J6EQK52XM0'
});