Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/views/order.pug

15 lines
383 B
Text
Raw Normal View History

2020-09-11 10:58:12 +02:00
extends layout
block content
div.card
h1 Payment
if (state === "success")
h2 Payment successful !
else if (state === "cancel")
h2 Payment canceled
else if (state === "error")
h2 An error occurred with the payment
if (state !== "success")
2020-09-11 11:10:24 +02:00
a(href="/order/retry")
2020-09-11 10:58:12 +02:00
button Retry