Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tie subscription id to userprofile, and show it in the ipn transactions in the admin #1

Open
tsaylor opened this issue Sep 22, 2012 · 1 comment

Comments

@tsaylor
Copy link
Contributor

tsaylor commented Sep 22, 2012

if someone buys two memberships with one paypal address, the subscription id will be the differentiator. Should make two profiles for that payer and manually update one with the right information. (prevent overwriting when each new transaction comes in. needs thought?)

@rhysrhaven
Copy link

Registering email and paying email should not have to be the same. The main case we have to deal with is one person paying for a few peoples memberships. There should be a 1:1 relationship of Profile <-> Subscription ID. But there shouldn't be any problem having a many to one relationship of Subscription ID <-> Payer ID. And if someone wants to pay us more, separate paypal auto-pay or just changing the amount shouldn't matter to this system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants