Skouat / ext_paypal_donation

This extension add a PayPal Donation page on phpBB
http://skouat.github.io/ext_paypal_donation/
GNU General Public License v2.0
11 stars 8 forks source link

Allow changing donation user #67

Closed kasimi closed 5 years ago

kasimi commented 5 years ago

Sometimes an already registered user makes a donation while being logged out, or someone who donated with his account doesn't want his donation associated with it.

With this PR, you can go to a transaction and enter a new username for it, or change it to Anonymous. Behind the scenes, the only field that is changed is the transaction's user_id.

If you want to merge this, let me know if anything needs improving. :+1:

Skouat commented 5 years ago

I'll review your PR and I let you know. Thanks.