AreaFiftyLAN / lancie-frontend

Website for Area FiftyLAN
https://areafiftylan.nl
MIT License
5 stars 5 forks source link

Provide users with payment URL #93

Open skamoen opened 8 years ago

skamoen commented 8 years ago

Once the user leaves the Mollie payment environment, there's currently no way to retry the payment. The Mollie API provides a paymentURL,which we could show in My Area if the status is WAITING

TimvdLippe commented 8 years ago

Do we still want to do this? A lot of tickets are already sold without this issue.

skamoen commented 8 years ago

I do want to do this, while maybe not specifically this way. Perhaps add this to the 2017 list

Op do 17 mrt. 2016 22:24 schreef Tim van der Lippe <notifications@github.com

:

Do we still want to do this? A lot of tickets are already sold without this issue.

— You are receiving this because you were assigned. Reply to this email directly or view it on GitHub https://github.com/AreaFiftyLAN/lancie-frontend/issues/93#issuecomment-198087674

skamoen commented 8 years ago

@martijn9612 Would be nice if you can add this to #180

martijnjanssen commented 8 years ago

Should be possible. Is the payment url send with the status of the order? How would one actually retrieve the url?

skamoen commented 8 years ago

I thought it was part of the Order model. It's not, so this would need to be added to the PaymentService as getPaymentURL() or something. Leave this for now, as other aspects are more important.