better info for the p2p examples
This commit is contained in:
parent
fd3278f4c6
commit
5e435ef343
@ -33,10 +33,14 @@ export const Ready = createExample(ReadyView, {
|
||||
value: 1,
|
||||
fraction: 0,
|
||||
},
|
||||
summary: "some subject",
|
||||
payStatus: {
|
||||
status: PreparePayResultType.PaymentPossible,
|
||||
amountEffective: "ARS:1",
|
||||
} as PreparePayResult,
|
||||
expiration: {
|
||||
t_ms: new Date().getTime() + 1000 * 60 * 60,
|
||||
},
|
||||
accept: {},
|
||||
cancel: {},
|
||||
});
|
||||
|
@ -87,9 +87,6 @@ export function ReadyView({
|
||||
/>
|
||||
</section>
|
||||
<section>
|
||||
<p>
|
||||
<i18n.Translate>How do you want to transfer?</i18n.Translate>
|
||||
</p>
|
||||
<Button
|
||||
disabled={invalid}
|
||||
onClick={create.onClick}
|
||||
|
@ -32,6 +32,10 @@ export const Ready = createExample(ReadyView, {
|
||||
value: 1,
|
||||
fraction: 0,
|
||||
},
|
||||
summary: "some subject",
|
||||
expiration: {
|
||||
t_ms: new Date().getTime() + 1000 * 60 * 60,
|
||||
},
|
||||
accept: {},
|
||||
cancel: {},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user