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
2020-09-11 10:58:12 +02:00

14 lines
362 B
Text

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")
a
button Retry