Implemented paypal payments

This commit is contained in:
2017-07-17 03:14:05 +02:00
parent d33b93d115
commit 4f9cea89df
8 changed files with 128 additions and 12 deletions

10
pages/paypal/success.pixy Normal file
View File

@ -0,0 +1,10 @@
component PayPalSuccess(payment *arn.PayPalPayment)
h1 Thank you for your support!
.new-payment.mountable
span +
.new-payment-amount.count-up= payment.AnimeDollar()
span.new-payment-currency AD
p.mountable
img.new-payment-thank-you-image(src="/images/elements/thank-you.jpg", alt="Thank you!")