Jamie Lentin

Results 359 comments of Jamie Lentin

Okay, I think the above does what we need. The final commit still hands around form_reservation_code as if it's required for payment retries, of course it's not any more, but...

> True, but in the case where we have heard back from PP Either we officially heard back from PayPal, and the transaction is now verified, or we haven't. There...

> Is the machinery still in place to disallow other people paying for you (i.e. using the form_reservation_code)? No. sponsor_pay() carries around the previous value where it can, [here for...

Depends how essential you think retries are really. I've no problem picking what's here apart to convert to basket_code. But going further with an e-mail workflow would be silly.

Here's a screenshot: ![image](https://user-images.githubusercontent.com/586911/41587579-70d86f4c-73a7-11e8-8a2d-68810621c029.png) The dividers between each item have pushed the width of the pop-up out beyond what it should be, causing whitespace to the right of "Current Location",...

> If this raise statement is removed, we always get a pages saying "Sorry, we couldn’t find your leaf sponsorship information." Because ``redirect()`` works by raising an HTTP exception, which...

> Add 'anonymous donation' button to sponsor_leaf page so people can do this if they wish There's already a "Make this an anonymous donation" checkbox. Is this something else?

> Obviously also remove text from main tree. Done by default, it's not in ``reservations`` any more

You could have a "Donate" pill next to the "Sponsor a leaf now!" pill that points straight to PayPal?

> If something is renewed it appears at the top of the recent sponsorship list again Homepage sponsored item ordering is currently ``ORDER BY `reservations`.`verified_time` DESC, `reservations`.`reserve_time` ``. verified_time won't...