16 lines
405 B
Plaintext
Raw Normal View History

2017-07-17 01:14:05 +00:00
component PayPalSuccess(payment *arn.PayPalPayment)
h1 Thank you for your support!
.new-payment.mountable
span +
2017-10-05 08:26:07 +00:00
.new-payment-amount.count-up= payment.Gems()
span.new-payment-currency
Icon("diamond")
2017-07-17 01:14:05 +00:00
p.mountable
2017-10-05 08:26:07 +00:00
img.new-payment-thank-you-image(src="/images/elements/thank-you.jpg", alt="Thank you!")
.buttons
a.button(href="/shop")
2017-10-05 08:26:07 +00:00
Icon("shopping-cart")
span Return to the shop