From 97b7d397891c54bc6502a700779065cd91bd4fae Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 31 May 2021 11:52:54 +0300 Subject: [PATCH] #3 show error details --- src/components/PayInvoice.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/PayInvoice.vue b/src/components/PayInvoice.vue index e8f1aeb..142321b 100644 --- a/src/components/PayInvoice.vue +++ b/src/components/PayInvoice.vue @@ -86,10 +86,15 @@
- +
{{ error.title }}
{{ error.message }}
+ +

+ {{ parse.data.request }} +

+
Close